| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)
Creates a custom
key store backed by a key store that you own and manage.
|
default CompletableFuture<CreateCustomKeyStoreResponse> |
KmsAsyncClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)
Creates a custom
key store backed by a key store that you own and manage.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.builder() |
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.cloudHsmClusterId(String cloudHsmClusterId)
Identifies the CloudHSM cluster for an CloudHSM key store.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.customKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType)
Specifies the type of custom key store.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.customKeyStoreType(String customKeyStoreType)
Specifies the type of custom key store.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.keyStorePassword(String keyStorePassword)
Specifies the
kmsuser password for an CloudHSM key store. |
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.toBuilder() |
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.trustAnchorCertificate(String trustAnchorCertificate)
Specifies the certificate for an CloudHSM key store.
|
default CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy).
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy).
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyConnectivity(String xksProxyConnectivity)
Indicates how KMS communicates with the external key store proxy.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)
Indicates how KMS communicates with the external key store proxy.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyUriEndpoint(String xksProxyUriEndpoint)
Specifies the endpoint that KMS uses to send requests to the external key store proxy (XKS proxy).
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyUriPath(String xksProxyUriPath)
Specifies the base path to the proxy APIs for this external key store.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyVpcEndpointServiceName(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).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCustomKeyStoreRequest.Builder> |
CreateCustomKeyStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.