| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
SSESpecification |
SSESpecification.clone() |
SSESpecification |
CreateClusterRequest.getSSESpecification()
Represents the settings used to enable server-side encryption on the cluster.
|
SSESpecification |
SSESpecification.withEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterRequest.setSSESpecification(SSESpecification sSESpecification)
Represents the settings used to enable server-side encryption on the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSSESpecification(SSESpecification sSESpecification)
Represents the settings used to enable server-side encryption on the cluster.
|
Copyright © 2022. All rights reserved.