Uses of Class
com.azure.security.keyvault.keys.models.DeletedKey
Packages that use DeletedKey
Package
Description
Package containing the data models for Keys clients.
-
Uses of DeletedKey in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return DeletedKeyModifier and TypeMethodDescriptionKeyClient.getDeletedKey
(String name) Gets the public part of adeleted key
.Methods in com.azure.security.keyvault.keys that return types with arguments of type DeletedKeyModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux
<DeletedKey, Void> KeyAsyncClient.beginDeleteKey
(String name) Deletes akey
of any type from the key vault.com.azure.core.util.polling.SyncPoller
<DeletedKey, Void> KeyClient.beginDeleteKey
(String name) Deletes akey
of any type from the key vault.KeyAsyncClient.getDeletedKey
(String name) Gets the public part of adeleted key
.Mono
<com.azure.core.http.rest.Response<DeletedKey>> KeyAsyncClient.getDeletedKeyWithResponse
(String name) Gets the public part of adeleted key
.com.azure.core.http.rest.Response
<DeletedKey> KeyClient.getDeletedKeyWithResponse
(String name, com.azure.core.util.Context context) Gets the public part of adeleted key
.com.azure.core.http.rest.PagedFlux
<DeletedKey> KeyAsyncClient.listDeletedKeys()
Listsdeleted keys
of the key vault.com.azure.core.http.rest.PagedIterable
<DeletedKey> KeyClient.listDeletedKeys()
Listsdeleted keys
of the key vault.com.azure.core.http.rest.PagedIterable
<DeletedKey> KeyClient.listDeletedKeys
(com.azure.core.util.Context context) Listsdeleted keys
of the key vault. -
Uses of DeletedKey in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return DeletedKeyModifier and TypeMethodDescriptionstatic DeletedKey
DeletedKey.fromJson
(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aDeletedKey
.