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