| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.Builder.accessKeyId(String accessKeyId)
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
|
static XksProxyConfigurationType.Builder |
XksProxyConfigurationType.builder() |
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.Builder.connectivity(String connectivity)
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to
communicate with KMS.
|
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.Builder.connectivity(XksProxyConnectivityType connectivity)
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to
communicate with KMS.
|
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.toBuilder() |
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.Builder.uriEndpoint(String uriEndpoint)
The URI endpoint for the external key store proxy.
|
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.Builder.uriPath(String uriPath)
The path to the external key store proxy APIs.
|
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.Builder.vpcEndpointServiceName(String vpcEndpointServiceName)
The Amazon VPC endpoint service used to communicate with the external key store proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XksProxyConfigurationType.Builder> |
XksProxyConfigurationType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.xksProxyConfiguration(Consumer<XksProxyConfigurationType.Builder> xksProxyConfiguration)
Configuration settings for the external key store proxy (XKS proxy).
|
Copyright © 2023. All rights reserved.