Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
EncryptionAtRestOptions |
EncryptionAtRestOptions.clone() |
EncryptionAtRestOptions |
UpdateDomainConfigRequest.getEncryptionAtRestOptions()
Specifies encryption of data at rest options.
|
EncryptionAtRestOptions |
CreateDomainRequest.getEncryptionAtRestOptions()
Options for encryption of data at rest.
|
EncryptionAtRestOptions |
DomainStatus.getEncryptionAtRestOptions()
The status of the
EncryptionAtRestOptions . |
EncryptionAtRestOptions |
EncryptionAtRestOptionsStatus.getOptions()
The Encryption At Rest options for the specified domain.
|
EncryptionAtRestOptions |
EncryptionAtRestOptions.withEnabled(Boolean enabled)
The option to enable encryption at rest.
|
EncryptionAtRestOptions |
EncryptionAtRestOptions.withKmsKeyId(String kmsKeyId)
The KMS key ID for encryption at rest options.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDomainConfigRequest.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies encryption of data at rest options.
|
void |
CreateDomainRequest.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Options for encryption of data at rest.
|
void |
DomainStatus.setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
The status of the
EncryptionAtRestOptions . |
void |
EncryptionAtRestOptionsStatus.setOptions(EncryptionAtRestOptions options)
The Encryption At Rest options for the specified domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies encryption of data at rest options.
|
CreateDomainRequest |
CreateDomainRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Options for encryption of data at rest.
|
DomainStatus |
DomainStatus.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
The status of the
EncryptionAtRestOptions . |
EncryptionAtRestOptionsStatus |
EncryptionAtRestOptionsStatus.withOptions(EncryptionAtRestOptions options)
The Encryption At Rest options for the specified domain.
|
Copyright © 2021. All rights reserved.