| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterEndpointEncryptionType |
ClusterEndpointEncryptionType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateClusterRequest |
CreateClusterRequest.withClusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType)
The type of encryption the cluster's endpoint should support.
|
Cluster |
Cluster.withClusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType)
The type of encryption supported by the cluster's endpoint.
|
Copyright © 2024. All rights reserved.