| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
EBSOptions |
EBSOptions.clone() |
EBSOptions |
DomainStatus.getEBSOptions()
The
EBSOptions for the specified domain. |
EBSOptions |
UpdateDomainConfigRequest.getEBSOptions()
Specify the type and size of the EBS volume to use.
|
EBSOptions |
CreateDomainRequest.getEBSOptions()
Options to enable, disable, and specify the type and size of EBS storage volumes.
|
EBSOptions |
EBSOptionsStatus.getOptions()
The EBS options for the specified domain.
|
EBSOptions |
EBSOptions.withEBSEnabled(Boolean eBSEnabled)
Whether EBS-based storage is enabled.
|
EBSOptions |
EBSOptions.withIops(Integer iops)
The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
|
EBSOptions |
EBSOptions.withThroughput(Integer throughput)
The Throughput for GP3 EBS volume (SSD).
|
EBSOptions |
EBSOptions.withVolumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
|
EBSOptions |
EBSOptions.withVolumeType(String volumeType)
The volume type for EBS-based storage.
|
EBSOptions |
EBSOptions.withVolumeType(VolumeType volumeType)
The volume type for EBS-based storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainStatus.setEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
void |
UpdateDomainConfigRequest.setEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume to use.
|
void |
CreateDomainRequest.setEBSOptions(EBSOptions eBSOptions)
Options to enable, disable, and specify the type and size of EBS storage volumes.
|
void |
EBSOptionsStatus.setOptions(EBSOptions options)
The EBS options for the specified domain.
|
DomainStatus |
DomainStatus.withEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume to use.
|
CreateDomainRequest |
CreateDomainRequest.withEBSOptions(EBSOptions eBSOptions)
Options to enable, disable, and specify the type and size of EBS storage volumes.
|
EBSOptionsStatus |
EBSOptionsStatus.withOptions(EBSOptions options)
The EBS options for the specified domain.
|
Copyright © 2022. All rights reserved.