| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
XksProxyConfigurationType |
XksProxyConfigurationType.clone() |
XksProxyConfigurationType |
CustomKeyStoresListEntry.getXksProxyConfiguration()
Configuration settings for the external key store proxy (XKS proxy).
|
XksProxyConfigurationType |
XksProxyConfigurationType.withAccessKeyId(String accessKeyId)
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
|
XksProxyConfigurationType |
XksProxyConfigurationType.withConnectivity(String connectivity)
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to
communicate with KMS.
|
XksProxyConfigurationType |
XksProxyConfigurationType.withConnectivity(XksProxyConnectivityType connectivity)
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to
communicate with KMS.
|
XksProxyConfigurationType |
XksProxyConfigurationType.withUriEndpoint(String uriEndpoint)
The URI endpoint for the external key store proxy.
|
XksProxyConfigurationType |
XksProxyConfigurationType.withUriPath(String uriPath)
The path to the external key store proxy APIs.
|
XksProxyConfigurationType |
XksProxyConfigurationType.withVpcEndpointServiceName(String vpcEndpointServiceName)
The Amazon VPC endpoint service used to communicate with the external key store proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomKeyStoresListEntry.setXksProxyConfiguration(XksProxyConfigurationType xksProxyConfiguration)
Configuration settings for the external key store proxy (XKS proxy).
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withXksProxyConfiguration(XksProxyConfigurationType xksProxyConfiguration)
Configuration settings for the external key store proxy (XKS proxy).
|
Copyright © 2024. All rights reserved.