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.Builder
EncryptionAtRestOptions. builder()
EncryptionAtRestOptions.Builder
EncryptionAtRestOptions.Builder. enabled(Boolean enabled)
Specifies the option to enable Encryption At Rest.EncryptionAtRestOptions.Builder
EncryptionAtRestOptions.Builder. kmsKeyId(String kmsKeyId)
Specifies the KMS Key ID for Encryption At Rest options.EncryptionAtRestOptions.Builder
EncryptionAtRestOptions. 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.Builder
CreateElasticsearchDomainRequest.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)
Specifies the Encryption At Rest Options.default ElasticsearchDomainStatus.Builder
ElasticsearchDomainStatus.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)
Specifies the status of theEncryptionAtRestOptions
.default UpdateElasticsearchDomainConfigRequest.Builder
UpdateElasticsearchDomainConfigRequest.Builder. encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)
Specifies the Encryption At Rest Options.default EncryptionAtRestOptionsStatus.Builder
EncryptionAtRestOptionsStatus.Builder. options(Consumer<EncryptionAtRestOptions.Builder> options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
-