Uses of Interface
software.amazon.awssdk.services.kms.model.UpdateCustomKeyStoreRequest.Builder
Packages that use UpdateCustomKeyStoreRequest.Builder
Package
Description
-
Uses of UpdateCustomKeyStoreRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type UpdateCustomKeyStoreRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest) Changes the properties of a custom key store.default UpdateCustomKeyStoreResponseKmsClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest) Changes the properties of a custom key store. -
Uses of UpdateCustomKeyStoreRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return UpdateCustomKeyStoreRequest.BuilderModifier and TypeMethodDescriptionUpdateCustomKeyStoreRequest.builder()UpdateCustomKeyStoreRequest.Builder.cloudHsmClusterId(String cloudHsmClusterId) Associates the custom key store with a related CloudHSM cluster.UpdateCustomKeyStoreRequest.Builder.customKeyStoreId(String customKeyStoreId) Identifies the custom key store that you want to update.UpdateCustomKeyStoreRequest.Builder.keyStorePassword(String keyStorePassword) Enter the current password of thekmsusercrypto user (CU) in the CloudHSM cluster that is associated with the custom key store.UpdateCustomKeyStoreRequest.Builder.newCustomKeyStoreName(String newCustomKeyStoreName) Changes the friendly name of the custom key store to the value that you specify.UpdateCustomKeyStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateCustomKeyStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateCustomKeyStoreRequest.toBuilder()UpdateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential) Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).UpdateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential) Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).UpdateCustomKeyStoreRequest.Builder.xksProxyConnectivity(String xksProxyConnectivity) Changes the connectivity setting for the external key store.UpdateCustomKeyStoreRequest.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity) Changes the connectivity setting for the external key store.UpdateCustomKeyStoreRequest.Builder.xksProxyUriEndpoint(String xksProxyUriEndpoint) Changes the URI endpoint that KMS uses to connect to your external key store proxy (XKS proxy).UpdateCustomKeyStoreRequest.Builder.xksProxyUriPath(String xksProxyUriPath) Changes the base path to the proxy APIs for this external key store.UpdateCustomKeyStoreRequest.Builder.xksProxyVpcEndpointServiceName(String xksProxyVpcEndpointServiceName) Changes the name that KMS uses to identify the Amazon VPC endpoint service for your external key store proxy (XKS proxy).UpdateCustomKeyStoreRequest.Builder.xksProxyVpcEndpointServiceOwner(String xksProxyVpcEndpointServiceOwner) Changes the Amazon Web Services account ID that KMS uses to identify the Amazon VPC endpoint service for your external key store proxy (XKS proxy).Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type UpdateCustomKeyStoreRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateCustomKeyStoreRequest.Builder>UpdateCustomKeyStoreRequest.serializableBuilderClass()