| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateCustomKeyStoreResponse |
KmsClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
default CompletableFuture<UpdateCustomKeyStoreResponse> |
KmsAsyncClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.builder() |
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.cloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related CloudHSM cluster.
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.customKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update.
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.keyStorePassword(String keyStorePassword)
Enter the current password of the
kmsuser crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store. |
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.newCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify.
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.toBuilder() |
default UpdateCustomKeyStoreRequest.Builder |
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 |
UpdateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.xksProxyConnectivity(String xksProxyConnectivity)
Changes the connectivity setting for the external key store.
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)
Changes the connectivity setting for the external key store.
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.xksProxyUriEndpoint(String xksProxyUriEndpoint)
Changes the URI endpoint that KMS uses to connect to your external key store proxy (XKS proxy).
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.xksProxyUriPath(String xksProxyUriPath)
Changes the base path to the proxy APIs for this external key store.
|
UpdateCustomKeyStoreRequest.Builder |
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).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCustomKeyStoreRequest.Builder> |
UpdateCustomKeyStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.