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 EncryptionAtRestOptions
CreateElasticsearchDomainRequest. encryptionAtRestOptions()
Specifies the Encryption At Rest Options.EncryptionAtRestOptions
ElasticsearchDomainStatus. encryptionAtRestOptions()
Specifies the status of theEncryptionAtRestOptions
.EncryptionAtRestOptions
UpdateElasticsearchDomainConfigRequest. encryptionAtRestOptions()
Specifies the Encryption At Rest Options.EncryptionAtRestOptions
EncryptionAtRestOptionsStatus. 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.Builder
CreateElasticsearchDomainRequest.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the Encryption At Rest Options.ElasticsearchDomainStatus.Builder
ElasticsearchDomainStatus.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the status of theEncryptionAtRestOptions
.UpdateElasticsearchDomainConfigRequest.Builder
UpdateElasticsearchDomainConfigRequest.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the Encryption At Rest Options.EncryptionAtRestOptionsStatus.Builder
EncryptionAtRestOptionsStatus.Builder. options(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
-