Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
EncryptionAtRestOptions |
EncryptionAtRestOptions.clone() |
EncryptionAtRestOptions |
DomainStatus.getEncryptionAtRestOptions()
Encryption at rest settings for the domain.
|
EncryptionAtRestOptions |
UpdateDomainConfigRequest.getEncryptionAtRestOptions()
Encryption at rest options for the domain.
|
EncryptionAtRestOptions |
CreateDomainRequest.getEncryptionAtRestOptions()
Key-value pairs to enable encryption at rest.
|
EncryptionAtRestOptions |
EncryptionAtRestOptionsStatus.getOptions()
Encryption at rest options for the specified domain.
|
EncryptionAtRestOptions |
EncryptionAtRestOptions.withEnabled(Boolean enabled)
True to enable encryption at rest.
|
EncryptionAtRestOptions |
EncryptionAtRestOptions.withKmsKeyId(String kmsKeyId)
The KMS key ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainStatus.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Encryption at rest settings for the domain.
|
void |
UpdateDomainConfigRequest.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Encryption at rest options for the domain.
|
void |
CreateDomainRequest.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to enable encryption at rest.
|
void |
EncryptionAtRestOptionsStatus.setOptions(EncryptionAtRestOptions options)
Encryption at rest options for the specified domain.
|
DomainStatus |
DomainStatus.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Encryption at rest settings for the domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Encryption at rest options for the domain.
|
CreateDomainRequest |
CreateDomainRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to enable encryption at rest.
|
EncryptionAtRestOptionsStatus |
EncryptionAtRestOptionsStatus.withOptions(EncryptionAtRestOptions options)
Encryption at rest options for the specified domain.
|
Copyright © 2023. All rights reserved.