Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.EncryptionAtRestOptions.Builder
-
Packages that use EncryptionAtRestOptions.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of EncryptionAtRestOptions.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return EncryptionAtRestOptions.Builder Modifier and Type Method Description static EncryptionAtRestOptions.BuilderEncryptionAtRestOptions. builder()EncryptionAtRestOptions.BuilderEncryptionAtRestOptions.Builder. enabled(Boolean enabled)Specifies the option to enable Encryption At Rest.EncryptionAtRestOptions.BuilderEncryptionAtRestOptions.Builder. kmsKeyId(String kmsKeyId)Specifies the KMS Key ID for Encryption At Rest options.EncryptionAtRestOptions.BuilderEncryptionAtRestOptions. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type EncryptionAtRestOptions.Builder Modifier and Type Method Description static Class<? extends EncryptionAtRestOptions.Builder>EncryptionAtRestOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type EncryptionAtRestOptions.Builder Modifier and Type Method Description default CreateElasticsearchDomainRequest.BuilderCreateElasticsearchDomainRequest.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)Specifies the Encryption At Rest Options.default ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)Specifies the status of theEncryptionAtRestOptions.default UpdateElasticsearchDomainConfigRequest.BuilderUpdateElasticsearchDomainConfigRequest.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)Specifies the Encryption At Rest Options.default EncryptionAtRestOptionsStatus.BuilderEncryptionAtRestOptionsStatus.Builder. options(Consumer<EncryptionAtRestOptions.Builder> options)Specifies the Encryption At Rest options for the specified Elasticsearch domain.
-