Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
EncryptionAtRestOptions |
EncryptionAtRestOptions.clone() |
EncryptionAtRestOptions |
ElasticsearchDomainStatus.getEncryptionAtRestOptions()
Specifies the status of the
EncryptionAtRestOptions . |
EncryptionAtRestOptions |
CreateElasticsearchDomainRequest.getEncryptionAtRestOptions()
Specifies the Encryption At Rest Options.
|
EncryptionAtRestOptions |
EncryptionAtRestOptionsStatus.getOptions()
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
EncryptionAtRestOptions |
EncryptionAtRestOptions.withEnabled(Boolean enabled)
Specifies the option to enable Encryption At Rest.
|
EncryptionAtRestOptions |
EncryptionAtRestOptions.withKmsKeyId(String kmsKeyId)
Specifies the KMS Key ID for Encryption At Rest options.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainStatus.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the status of the
EncryptionAtRestOptions . |
void |
CreateElasticsearchDomainRequest.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the Encryption At Rest Options.
|
void |
EncryptionAtRestOptionsStatus.setOptions(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the status of the
EncryptionAtRestOptions . |
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the Encryption At Rest Options.
|
EncryptionAtRestOptionsStatus |
EncryptionAtRestOptionsStatus.withOptions(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
Copyright © 2019. All rights reserved.