Uses of Interface
software.amazon.awssdk.services.dax.model.SSEDescription.Builder
-
Packages that use SSEDescription.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of SSEDescription.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return SSEDescription.Builder Modifier and Type Method Description static SSEDescription.BuilderSSEDescription. builder()SSEDescription.BuilderSSEDescription.Builder. status(String status)The current state of server-side encryption:SSEDescription.BuilderSSEDescription.Builder. status(SSEStatus status)The current state of server-side encryption:SSEDescription.BuilderSSEDescription. toBuilder()Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type SSEDescription.Builder Modifier and Type Method Description static Class<? extends SSEDescription.Builder>SSEDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type SSEDescription.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. sseDescription(Consumer<SSEDescription.Builder> sseDescription)The description of the server-side encryption status on the specified DAX cluster.
-