| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterEndpointEncryptionType |
CreateClusterRequest.clusterEndpointEncryptionType()
The type of encryption the cluster's endpoint should support.
|
ClusterEndpointEncryptionType |
Cluster.clusterEndpointEncryptionType()
The type of encryption supported by the cluster's endpoint.
|
static ClusterEndpointEncryptionType |
ClusterEndpointEncryptionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ClusterEndpointEncryptionType |
ClusterEndpointEncryptionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ClusterEndpointEncryptionType> |
ClusterEndpointEncryptionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.clusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType)
The type of encryption the cluster's endpoint should support.
|
Cluster.Builder |
Cluster.Builder.clusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType)
The type of encryption supported by the cluster's endpoint.
|
Copyright © 2023. All rights reserved.