Uses of Class
com.microsoft.azure.keyvault.models.DeletedKeyItem
-
Packages that use DeletedKeyItem Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of DeletedKeyItem in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return types with arguments of type DeletedKeyItem Modifier and Type Method Description com.microsoft.azure.PagedList<DeletedKeyItem>
KeyVaultClientBase. getDeletedKeys(String vaultBaseUrl)
Lists the deleted keys in the specified vault.com.microsoft.azure.PagedList<DeletedKeyItem>
KeyVaultClientBase. getDeletedKeys(String vaultBaseUrl, Integer maxresults)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.azure.Page<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysAsync(String vaultBaseUrl)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.azure.Page<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysAsync(String vaultBaseUrl, Integer maxresults)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.azure.PagedList<DeletedKeyItem>
KeyVaultClientBase. getDeletedKeysNext(String nextPageLink)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.azure.Page<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysNextAsync(String nextPageLink)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBase. getDeletedKeysNextWithServiceResponseAsync(String nextPageLink)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBase. getDeletedKeysWithServiceResponseAsync(String vaultBaseUrl)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBase. getDeletedKeysWithServiceResponseAsync(String vaultBaseUrl, Integer maxresults)
Lists the deleted keys in the specified vault.Method parameters in com.microsoft.azure.keyvault with type arguments of type DeletedKeyItem Modifier and Type Method Description com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBase. getDeletedKeysNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault. -
Uses of DeletedKeyItem in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type DeletedKeyItem Modifier and Type Method Description com.microsoft.azure.PagedList<DeletedKeyItem>
KeyVaultClientBaseImpl. getDeletedKeys(String vaultBaseUrl)
Lists the deleted keys in the specified vault.com.microsoft.azure.PagedList<DeletedKeyItem>
KeyVaultClientBaseImpl. getDeletedKeys(String vaultBaseUrl, Integer maxresults)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.azure.Page<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysAsync(String vaultBaseUrl)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.azure.Page<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysAsync(String vaultBaseUrl, Integer maxresults)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.azure.PagedList<DeletedKeyItem>
KeyVaultClientBaseImpl. getDeletedKeysNext(String nextPageLink)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.azure.Page<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysNextAsync(String nextPageLink)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBaseImpl. getDeletedKeysNextSinglePageAsync(String nextPageLink)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBaseImpl. getDeletedKeysNextWithServiceResponseAsync(String nextPageLink)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBaseImpl. getDeletedKeysSinglePageAsync(String vaultBaseUrl)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBaseImpl. getDeletedKeysSinglePageAsync(String vaultBaseUrl, Integer maxresults)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBaseImpl. getDeletedKeysWithServiceResponseAsync(String vaultBaseUrl)
Lists the deleted keys in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedKeyItem>>>
KeyVaultClientBaseImpl. getDeletedKeysWithServiceResponseAsync(String vaultBaseUrl, Integer maxresults)
Lists the deleted keys in the specified vault.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type DeletedKeyItem Modifier and Type Method Description com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault.com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>>
KeyVaultClientBaseImpl. getDeletedKeysNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DeletedKeyItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<DeletedKeyItem> serviceCallback)
Lists the deleted keys in the specified vault. -
Uses of DeletedKeyItem in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return DeletedKeyItem Modifier and Type Method Description DeletedKeyItem
DeletedKeyItem. withRecoveryId(String recoveryId)
Set the recoveryId value.
-