Uses of Class
software.amazon.awssdk.services.kms.model.XksProxyConnectivityType
-
Packages that use XksProxyConnectivityType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of XksProxyConnectivityType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksProxyConnectivityType Modifier and Type Method Description XksProxyConnectivityTypeXksProxyConfigurationType. connectivity()Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.static XksProxyConnectivityTypeXksProxyConnectivityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static XksProxyConnectivityTypeXksProxyConnectivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static XksProxyConnectivityType[]XksProxyConnectivityType. values()Returns an array containing the constants of this enum type, in the order they are declared.XksProxyConnectivityTypeCreateCustomKeyStoreRequest. xksProxyConnectivity()Indicates how KMS communicates with the external key store proxy.XksProxyConnectivityTypeUpdateCustomKeyStoreRequest. xksProxyConnectivity()Changes the connectivity setting for the external key store.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type XksProxyConnectivityType Modifier and Type Method Description static Set<XksProxyConnectivityType>XksProxyConnectivityType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type XksProxyConnectivityType Modifier and Type Method Description 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.CreateCustomKeyStoreRequest.BuilderCreateCustomKeyStoreRequest.Builder. xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)Indicates how KMS communicates with the external key store proxy.UpdateCustomKeyStoreRequest.BuilderUpdateCustomKeyStoreRequest.Builder. xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)Changes the connectivity setting for the external key store.
-