| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
EBSOptions |
UpdateDomainConfigRequest.ebsOptions()
The type and size of the EBS volume to attach to instances in the domain.
|
EBSOptions |
CreateDomainRequest.ebsOptions()
Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
|
EBSOptions |
DomainStatus.ebsOptions()
Container for EBS-based storage settings for the domain.
|
EBSOptions |
EBSOptionsStatus.options()
The configured EBS options for the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainConfigRequest.Builder |
UpdateDomainConfigRequest.Builder.ebsOptions(EBSOptions ebsOptions)
The type and size of the EBS volume to attach to instances in the domain.
|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.ebsOptions(EBSOptions ebsOptions)
Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
|
DomainStatus.Builder |
DomainStatus.Builder.ebsOptions(EBSOptions ebsOptions)
Container for EBS-based storage settings for the domain.
|
EBSOptionsStatus.Builder |
EBSOptionsStatus.Builder.options(EBSOptions options)
The configured EBS options for the specified domain.
|
Copyright © 2022. All rights reserved.