Class DeleteKey.Request

    • Method Detail

      • create

        public static DeleteKey.Request create​(String keyName)
        Create a request from key name.
        Parameters:
        keyName - name of the key to delete
        Returns:
        a new request
      • name

        public DeleteKey.Request name​(String name)
        Specifies the name of the encryption key to create.
        Parameters:
        name - key name
        Returns:
        updated request