Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
EBSOptions |
EBSOptions.clone() |
EBSOptions |
DomainStatus.getEBSOptions()
Container for EBS-based storage settings for the domain.
|
EBSOptions |
UpdateDomainConfigRequest.getEBSOptions()
The type and size of the EBS volume to attach to instances in the domain.
|
EBSOptions |
CreateDomainRequest.getEBSOptions()
Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
|
EBSOptions |
EBSOptionsStatus.getOptions()
The configured EBS options for the specified domain.
|
EBSOptions |
EBSOptions.withEBSEnabled(Boolean eBSEnabled)
Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.
|
EBSOptions |
EBSOptions.withIops(Integer iops)
Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes.
|
EBSOptions |
EBSOptions.withThroughput(Integer throughput)
Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes.
|
EBSOptions |
EBSOptions.withVolumeSize(Integer volumeSize)
Specifies the size (in GiB) of EBS volumes attached to data nodes.
|
EBSOptions |
EBSOptions.withVolumeType(String volumeType)
Specifies the type of EBS volumes attached to data nodes.
|
EBSOptions |
EBSOptions.withVolumeType(VolumeType volumeType)
Specifies the type of EBS volumes attached to data nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainStatus.setEBSOptions(EBSOptions eBSOptions)
Container for EBS-based storage settings for the domain.
|
void |
UpdateDomainConfigRequest.setEBSOptions(EBSOptions eBSOptions)
The type and size of the EBS volume to attach to instances in the domain.
|
void |
CreateDomainRequest.setEBSOptions(EBSOptions eBSOptions)
Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
|
void |
EBSOptionsStatus.setOptions(EBSOptions options)
The configured EBS options for the specified domain.
|
DomainStatus |
DomainStatus.withEBSOptions(EBSOptions eBSOptions)
Container for EBS-based storage settings for the domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withEBSOptions(EBSOptions eBSOptions)
The type and size of the EBS volume to attach to instances in the domain.
|
CreateDomainRequest |
CreateDomainRequest.withEBSOptions(EBSOptions eBSOptions)
Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
|
EBSOptionsStatus |
EBSOptionsStatus.withOptions(EBSOptions options)
The configured EBS options for the specified domain.
|
Copyright © 2023. All rights reserved.