Uses of Class
software.amazon.awssdk.services.elasticsearch.model.EncryptionAtRestOptions
-
Packages that use EncryptionAtRestOptions Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of EncryptionAtRestOptions in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return EncryptionAtRestOptions Modifier and Type Method Description EncryptionAtRestOptionsCreateElasticsearchDomainRequest. encryptionAtRestOptions()Specifies the Encryption At Rest Options.EncryptionAtRestOptionsElasticsearchDomainStatus. encryptionAtRestOptions()Specifies the status of theEncryptionAtRestOptions.EncryptionAtRestOptionsUpdateElasticsearchDomainConfigRequest. encryptionAtRestOptions()Specifies the Encryption At Rest Options.EncryptionAtRestOptionsEncryptionAtRestOptionsStatus. options()Specifies the Encryption At Rest options for the specified Elasticsearch domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type EncryptionAtRestOptions Modifier and Type Method Description CreateElasticsearchDomainRequest.BuilderCreateElasticsearchDomainRequest.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)Specifies the Encryption At Rest Options.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)Specifies the status of theEncryptionAtRestOptions.UpdateElasticsearchDomainConfigRequest.BuilderUpdateElasticsearchDomainConfigRequest.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)Specifies the Encryption At Rest Options.EncryptionAtRestOptionsStatus.BuilderEncryptionAtRestOptionsStatus.Builder. options(EncryptionAtRestOptions options)Specifies the Encryption At Rest options for the specified Elasticsearch domain.
-