Uses of Enum
software.amazon.awssdk.services.kms.model.XksProxyConnectivityType
Packages that use XksProxyConnectivityType
-
Uses of XksProxyConnectivityType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksProxyConnectivityTypeModifier and TypeMethodDescriptionfinal XksProxyConnectivityTypeXksProxyConfigurationType.connectivity()Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.static XksProxyConnectivityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static XksProxyConnectivityTypeReturns 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.final XksProxyConnectivityTypeCreateCustomKeyStoreRequest.xksProxyConnectivity()Indicates how KMS communicates with the external key store proxy.final 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 XksProxyConnectivityTypeModifier and TypeMethodDescriptionstatic Set<XksProxyConnectivityType>XksProxyConnectivityType.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type XksProxyConnectivityTypeModifier and TypeMethodDescriptionXksProxyConfigurationType.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.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity) Indicates how KMS communicates with the external key store proxy.UpdateCustomKeyStoreRequest.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity) Changes the connectivity setting for the external key store.