Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private EBSOptions |
UpdateElasticsearchDomainConfigRequest.eBSOptions
Specify the type and size of the EBS volume that you want to use.
|
private EBSOptions |
ElasticsearchDomainStatus.eBSOptions
The
EBSOptions for the specified domain. |
private EBSOptions |
CreateElasticsearchDomainRequest.eBSOptions
Options to enable, disable and specify the type and size of EBS storage
volumes.
|
private EBSOptions |
EBSOptionsStatus.options
Specifies the EBS options for the specified Elasticsearch domain.
|
Modifier and Type | Method and Description |
---|---|
EBSOptions |
EBSOptions.clone() |
EBSOptions |
UpdateElasticsearchDomainConfigRequest.getEBSOptions()
Specify the type and size of the EBS volume that you want to use.
|
EBSOptions |
ElasticsearchDomainStatus.getEBSOptions()
The
EBSOptions for the specified domain. |
EBSOptions |
CreateElasticsearchDomainRequest.getEBSOptions()
Options to enable, disable and specify the type and size of EBS storage
volumes.
|
EBSOptions |
EBSOptionsStatus.getOptions()
Specifies the EBS options for the specified Elasticsearch domain.
|
EBSOptions |
EBSOptions.withEBSEnabled(java.lang.Boolean eBSEnabled)
Specifies whether EBS-based storage is enabled.
|
EBSOptions |
EBSOptions.withIops(java.lang.Integer iops)
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
|
EBSOptions |
EBSOptions.withVolumeSize(java.lang.Integer volumeSize)
Integer to specify the size of an EBS volume.
|
EBSOptions |
EBSOptions.withVolumeType(java.lang.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 |
UpdateElasticsearchDomainConfigRequest.setEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
|
void |
ElasticsearchDomainStatus.setEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
void |
CreateElasticsearchDomainRequest.setEBSOptions(EBSOptions eBSOptions)
Options to enable, disable and specify the type and size of EBS storage
volumes.
|
void |
EBSOptionsStatus.setOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
UpdateElasticsearchDomainConfigRequest |
UpdateElasticsearchDomainConfigRequest.withEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withEBSOptions(EBSOptions eBSOptions)
Options to enable, disable and specify the type and size of EBS storage
volumes.
|
EBSOptionsStatus |
EBSOptionsStatus.withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
Modifier and Type | Method and Description |
---|---|
EBSOptions |
EBSOptionsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EBSOptionsJsonMarshaller.marshall(EBSOptions eBSOptions,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|