Uses of Class
software.amazon.awssdk.services.opensearch.model.EncryptionAtRestOptionsStatus
-
Packages that use EncryptionAtRestOptionsStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of EncryptionAtRestOptionsStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return EncryptionAtRestOptionsStatus Modifier and Type Method Description EncryptionAtRestOptionsStatus
DomainConfig. encryptionAtRestOptions()
Key-value pairs to enable encryption at rest.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type EncryptionAtRestOptionsStatus Modifier and Type Method Description DomainConfig.Builder
DomainConfig.Builder. encryptionAtRestOptions(EncryptionAtRestOptionsStatus encryptionAtRestOptions)
Key-value pairs to enable encryption at rest.
-