Uses of Class
software.amazon.awssdk.services.elasticsearch.model.EncryptionAtRestOptionsStatus
-
Packages that use EncryptionAtRestOptionsStatus Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of EncryptionAtRestOptionsStatus in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return EncryptionAtRestOptionsStatus Modifier and Type Method Description EncryptionAtRestOptionsStatus
ElasticsearchDomainConfig. encryptionAtRestOptions()
Specifies theEncryptionAtRestOptions
for the Elasticsearch domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type EncryptionAtRestOptionsStatus Modifier and Type Method Description ElasticsearchDomainConfig.Builder
ElasticsearchDomainConfig.Builder. encryptionAtRestOptions(EncryptionAtRestOptionsStatus encryptionAtRestOptions)
Specifies theEncryptionAtRestOptions
for the Elasticsearch domain.
-