| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRestOptions |
UpdateDomainConfigRequest.encryptionAtRestOptions()
Encryption at rest options for the domain.
|
EncryptionAtRestOptions |
CreateDomainRequest.encryptionAtRestOptions()
Key-value pairs to enable encryption at rest.
|
EncryptionAtRestOptions |
DomainStatus.encryptionAtRestOptions()
Encryption at rest settings for the domain.
|
EncryptionAtRestOptions |
EncryptionAtRestOptionsStatus.options()
Encryption at rest options for the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainConfigRequest.Builder |
UpdateDomainConfigRequest.Builder.encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Encryption at rest options for the domain.
|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to enable encryption at rest.
|
DomainStatus.Builder |
DomainStatus.Builder.encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Encryption at rest settings for the domain.
|
EncryptionAtRestOptionsStatus.Builder |
EncryptionAtRestOptionsStatus.Builder.options(EncryptionAtRestOptions options)
Encryption at rest options for the specified domain.
|
Copyright © 2022. All rights reserved.