Uses of Class
software.amazon.awssdk.services.dax.model.ClusterEndpointEncryptionType
-
Packages that use ClusterEndpointEncryptionType Package Description software.amazon.awssdk.services.dax.model -
-
Uses of ClusterEndpointEncryptionType in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return ClusterEndpointEncryptionType Modifier and Type Method Description ClusterEndpointEncryptionTypeCluster. clusterEndpointEncryptionType()The type of encryption supported by the cluster's endpoint.ClusterEndpointEncryptionTypeCreateClusterRequest. clusterEndpointEncryptionType()The type of encryption the cluster's endpoint should support.static ClusterEndpointEncryptionTypeClusterEndpointEncryptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClusterEndpointEncryptionTypeClusterEndpointEncryptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterEndpointEncryptionType[]ClusterEndpointEncryptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type ClusterEndpointEncryptionType Modifier and Type Method Description static Set<ClusterEndpointEncryptionType>ClusterEndpointEncryptionType. knownValues()Methods in software.amazon.awssdk.services.dax.model with parameters of type ClusterEndpointEncryptionType Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType)The type of encryption supported by the cluster's endpoint.CreateClusterRequest.BuilderCreateClusterRequest.Builder. clusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType)The type of encryption the cluster's endpoint should support.
-