Uses of Class
software.amazon.awssdk.services.kms.model.DeleteCustomKeyStoreResponse
-
Packages that use DeleteCustomKeyStoreResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of DeleteCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DeleteCustomKeyStoreResponse Modifier and Type Method Description default DeleteCustomKeyStoreResponseKmsClient. deleteCustomKeyStore(Consumer<DeleteCustomKeyStoreRequest.Builder> deleteCustomKeyStoreRequest)Deletes a custom key store.default DeleteCustomKeyStoreResponseKmsClient. deleteCustomKeyStore(DeleteCustomKeyStoreRequest deleteCustomKeyStoreRequest)Deletes a custom key store.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DeleteCustomKeyStoreResponse Modifier and Type Method Description default CompletableFuture<DeleteCustomKeyStoreResponse>KmsAsyncClient. deleteCustomKeyStore(Consumer<DeleteCustomKeyStoreRequest.Builder> deleteCustomKeyStoreRequest)Deletes a custom key store.default CompletableFuture<DeleteCustomKeyStoreResponse>KmsAsyncClient. deleteCustomKeyStore(DeleteCustomKeyStoreRequest deleteCustomKeyStoreRequest)Deletes a custom key store.
-