Uses of Class
software.amazon.awssdk.services.kms.model.UpdateCustomKeyStoreResponse
Packages that use UpdateCustomKeyStoreResponse
-
Uses of UpdateCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UpdateCustomKeyStoreResponseModifier and TypeMethodDescriptiondefault 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 UpdateCustomKeyStoreResponseModifier and TypeMethodDescriptionKmsAsyncClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest) Changes the properties of a custom key store.KmsAsyncClient.updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest) Changes the properties of a custom key store.