Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateCustomKeyStoreResult> |
AbstractAWSKMSAsync.updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest request,
AsyncHandler<UpdateCustomKeyStoreRequest,UpdateCustomKeyStoreResult> asyncHandler) |
Future<UpdateCustomKeyStoreResult> |
AWSKMSAsyncClient.updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest request,
AsyncHandler<UpdateCustomKeyStoreRequest,UpdateCustomKeyStoreResult> asyncHandler) |
Future<UpdateCustomKeyStoreResult> |
AWSKMSAsync.updateCustomKeyStoreAsync(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest,
AsyncHandler<UpdateCustomKeyStoreRequest,UpdateCustomKeyStoreResult> asyncHandler)
Changes the properties of a custom key store.
|
Modifier and Type | Method and Description |
---|---|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.clone() |
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withCloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related CloudHSM cluster.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withCustomKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withKeyStorePassword(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 |
UpdateCustomKeyStoreRequest.withNewCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withXksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withXksProxyConnectivity(String xksProxyConnectivity)
Changes the connectivity setting for the external key store.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withXksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)
Changes the connectivity setting for the external key store.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withXksProxyUriEndpoint(String xksProxyUriEndpoint)
Changes the URI endpoint that KMS uses to connect to your external key store proxy (XKS proxy).
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withXksProxyUriPath(String xksProxyUriPath)
Changes the base path to the proxy APIs for this external key store.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withXksProxyVpcEndpointServiceName(String xksProxyVpcEndpointServiceName)
Changes the name that KMS uses to identify the Amazon VPC endpoint service for your external key store proxy (XKS
proxy).
|
Copyright © 2023. All rights reserved.