Uses of Class
software.amazon.awssdk.services.kms.model.UpdateCustomKeyStoreResponse
-
Packages that use UpdateCustomKeyStoreResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of UpdateCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UpdateCustomKeyStoreResponse Modifier and Type Method Description default UpdateCustomKeyStoreResponseKmsClient. updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest)Changes the properties of a custom key store.default UpdateCustomKeyStoreResponseKmsClient. updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest)Changes the properties of a custom key store.Methods in software.amazon.awssdk.services.kms that return types with arguments of type UpdateCustomKeyStoreResponse Modifier and Type Method Description default CompletableFuture<UpdateCustomKeyStoreResponse>KmsAsyncClient. updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest)Changes the properties of a custom key store.default CompletableFuture<UpdateCustomKeyStoreResponse>KmsAsyncClient. updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest)Changes the properties of a custom key store.
-