| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
EBSOptions |
CreateElasticsearchDomainRequest.ebsOptions()
Options to enable, disable and specify the type and size of EBS storage volumes.
|
EBSOptions |
ElasticsearchDomainStatus.ebsOptions()
The
EBSOptions for the specified domain. |
EBSOptions |
UpdateElasticsearchDomainConfigRequest.ebsOptions()
Specify the type and size of the EBS volume that you want to use.
|
EBSOptions |
EBSOptionsStatus.options()
Specifies the EBS options for the specified Elasticsearch domain.
|
| Modifier and Type | Method and Description |
|---|---|
CreateElasticsearchDomainRequest.Builder |
CreateElasticsearchDomainRequest.Builder.ebsOptions(EBSOptions ebsOptions)
Options to enable, disable and specify the type and size of EBS storage volumes.
|
ElasticsearchDomainStatus.Builder |
ElasticsearchDomainStatus.Builder.ebsOptions(EBSOptions ebsOptions)
The
EBSOptions for the specified domain. |
UpdateElasticsearchDomainConfigRequest.Builder |
UpdateElasticsearchDomainConfigRequest.Builder.ebsOptions(EBSOptions ebsOptions)
Specify the type and size of the EBS volume that you want to use.
|
EBSOptionsStatus.Builder |
EBSOptionsStatus.Builder.options(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
Copyright © 2022. All rights reserved.