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