Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateCustomKeyStoreResult> |
AbstractAWSKMSAsync.createCustomKeyStoreAsync(CreateCustomKeyStoreRequest request,
AsyncHandler<CreateCustomKeyStoreRequest,CreateCustomKeyStoreResult> asyncHandler) |
Future<CreateCustomKeyStoreResult> |
AWSKMSAsyncClient.createCustomKeyStoreAsync(CreateCustomKeyStoreRequest request,
AsyncHandler<CreateCustomKeyStoreRequest,CreateCustomKeyStoreResult> asyncHandler) |
Future<CreateCustomKeyStoreResult> |
AWSKMSAsync.createCustomKeyStoreAsync(CreateCustomKeyStoreRequest createCustomKeyStoreRequest,
AsyncHandler<CreateCustomKeyStoreRequest,CreateCustomKeyStoreResult> asyncHandler)
Creates a custom
key store backed by a key store that you own and manage.
|
Modifier and Type | Method and Description |
---|---|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.clone() |
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withCloudHsmClusterId(String cloudHsmClusterId)
Identifies the CloudHSM cluster for an CloudHSM key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withCustomKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withCustomKeyStoreType(CustomKeyStoreType customKeyStoreType)
Specifies the type of custom key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withCustomKeyStoreType(String customKeyStoreType)
Specifies the type of custom key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withKeyStorePassword(String keyStorePassword)
Specifies the
kmsuser password for an CloudHSM key store. |
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withTrustAnchorCertificate(String trustAnchorCertificate)
Specifies the certificate for an CloudHSM key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withXksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy).
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withXksProxyConnectivity(String xksProxyConnectivity)
Indicates how KMS communicates with the external key store proxy.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withXksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)
Indicates how KMS communicates with the external key store proxy.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withXksProxyUriEndpoint(String xksProxyUriEndpoint)
Specifies the endpoint that KMS uses to send requests to the external key store proxy (XKS proxy).
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withXksProxyUriPath(String xksProxyUriPath)
Specifies the base path to the proxy APIs for this external key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withXksProxyVpcEndpointServiceName(String xksProxyVpcEndpointServiceName)
Specifies the name of the Amazon VPC endpoint service for interface endpoints that is used to communicate with
your external key store proxy (XKS proxy).
|
Copyright © 2023. All rights reserved.