Uses of Interface
software.amazon.awssdk.services.kms.model.XksProxyConfigurationType.Builder
-
Packages that use XksProxyConfigurationType.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of XksProxyConfigurationType.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksProxyConfigurationType.Builder Modifier and Type Method Description XksProxyConfigurationType.BuilderXksProxyConfigurationType.Builder. accessKeyId(String accessKeyId)The part of the external key store proxy authentication credential that uniquely identifies the secret access key.static XksProxyConfigurationType.BuilderXksProxyConfigurationType. builder()XksProxyConfigurationType.BuilderXksProxyConfigurationType.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.BuilderXksProxyConfigurationType.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.BuilderXksProxyConfigurationType. toBuilder()XksProxyConfigurationType.BuilderXksProxyConfigurationType.Builder. uriEndpoint(String uriEndpoint)The URI endpoint for the external key store proxy.XksProxyConfigurationType.BuilderXksProxyConfigurationType.Builder. uriPath(String uriPath)The path to the external key store proxy APIs.XksProxyConfigurationType.BuilderXksProxyConfigurationType.Builder. vpcEndpointServiceName(String vpcEndpointServiceName)The Amazon VPC endpoint service used to communicate with the external key store proxy.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type XksProxyConfigurationType.Builder Modifier and Type Method Description static Class<? extends XksProxyConfigurationType.Builder>XksProxyConfigurationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type XksProxyConfigurationType.Builder Modifier and Type Method Description default CustomKeyStoresListEntry.BuilderCustomKeyStoresListEntry.Builder. xksProxyConfiguration(Consumer<XksProxyConfigurationType.Builder> xksProxyConfiguration)Configuration settings for the external key store proxy (XKS proxy).
-