Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
EBSOptions |
EBSOptions.clone() |
EBSOptions |
CreateElasticsearchDomainRequest.getEBSOptions()
Options to enable, disable and specify the type and size of EBS storage volumes.
|
EBSOptions |
ElasticsearchDomainStatus.getEBSOptions()
The
EBSOptions for the specified domain. |
EBSOptions |
UpdateElasticsearchDomainConfigRequest.getEBSOptions()
Specify the type and size of the EBS volume that you want to use.
|
EBSOptions |
EBSOptionsStatus.getOptions()
Specifies the EBS options for the specified Elasticsearch domain.
|
EBSOptions |
EBSOptions.withEBSEnabled(Boolean eBSEnabled)
Specifies whether EBS-based storage is enabled.
|
EBSOptions |
EBSOptions.withIops(Integer iops)
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
|
EBSOptions |
EBSOptions.withVolumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
|
EBSOptions |
EBSOptions.withVolumeType(String volumeType)
Specifies the volume type for EBS-based storage.
|
EBSOptions |
EBSOptions.withVolumeType(VolumeType volumeType)
Specifies the volume type for EBS-based storage.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateElasticsearchDomainRequest.setEBSOptions(EBSOptions eBSOptions)
Options to enable, disable and specify the type and size of EBS storage volumes.
|
void |
ElasticsearchDomainStatus.setEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
void |
UpdateElasticsearchDomainConfigRequest.setEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
|
void |
EBSOptionsStatus.setOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withEBSOptions(EBSOptions eBSOptions)
Options to enable, disable and specify the type and size of EBS storage volumes.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
UpdateElasticsearchDomainConfigRequest |
UpdateElasticsearchDomainConfigRequest.withEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
|
EBSOptionsStatus |
EBSOptionsStatus.withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
Copyright © 2021. All rights reserved.