Uses of Class
software.amazon.awssdk.services.kms.model.DeleteCustomKeyStoreResponse
Packages that use DeleteCustomKeyStoreResponse
-
Uses of DeleteCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DeleteCustomKeyStoreResponseModifier and TypeMethodDescriptiondefault 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 DeleteCustomKeyStoreResponseModifier and TypeMethodDescriptionKmsAsyncClient.deleteCustomKeyStore(Consumer<DeleteCustomKeyStoreRequest.Builder> deleteCustomKeyStoreRequest) Deletes a custom key store.KmsAsyncClient.deleteCustomKeyStore(DeleteCustomKeyStoreRequest deleteCustomKeyStoreRequest) Deletes a custom key store.