Uses of Class
software.amazon.awssdk.services.dax.model.SSESpecification
-
Packages that use SSESpecification Package Description software.amazon.awssdk.services.dax.model -
-
Uses of SSESpecification in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return SSESpecification Modifier and Type Method Description SSESpecificationCreateClusterRequest. sseSpecification()Represents the settings used to enable server-side encryption on the cluster.Methods in software.amazon.awssdk.services.dax.model with parameters of type SSESpecification Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. sseSpecification(SSESpecification sseSpecification)Represents the settings used to enable server-side encryption on the cluster.
-