Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DomainNodesStatus |
DomainNodesStatus.clone() |
DomainNodesStatus |
DomainNodesStatus.withAvailabilityZone(String availabilityZone)
The Availability Zone of the node.
|
DomainNodesStatus |
DomainNodesStatus.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type information of the node.
|
DomainNodesStatus |
DomainNodesStatus.withInstanceType(String instanceType)
The instance type information of the node.
|
DomainNodesStatus |
DomainNodesStatus.withNodeId(String nodeId)
The ID of the node.
|
DomainNodesStatus |
DomainNodesStatus.withNodeStatus(NodeStatus nodeStatus)
Indicates if the node is active or in standby.
|
DomainNodesStatus |
DomainNodesStatus.withNodeStatus(String nodeStatus)
Indicates if the node is active or in standby.
|
DomainNodesStatus |
DomainNodesStatus.withNodeType(NodeType nodeType)
Indicates whether the nodes is a data, master, or ultrawarm node.
|
DomainNodesStatus |
DomainNodesStatus.withNodeType(String nodeType)
Indicates whether the nodes is a data, master, or ultrawarm node.
|
DomainNodesStatus |
DomainNodesStatus.withStorageSize(String storageSize)
The storage size of the node, in GiB.
|
DomainNodesStatus |
DomainNodesStatus.withStorageType(String storageType)
Indicates if the node has EBS or instance storage.
|
DomainNodesStatus |
DomainNodesStatus.withStorageVolumeType(String storageVolumeType)
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3.
|
DomainNodesStatus |
DomainNodesStatus.withStorageVolumeType(VolumeType storageVolumeType)
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3.
|
Modifier and Type | Method and Description |
---|---|
List<DomainNodesStatus> |
DescribeDomainNodesResult.getDomainNodesStatusList()
Contains nodes information list
DomainNodesStatusList with details about the all nodes on the
requested domain. |
Modifier and Type | Method and Description |
---|---|
DescribeDomainNodesResult |
DescribeDomainNodesResult.withDomainNodesStatusList(DomainNodesStatus... domainNodesStatusList)
Contains nodes information list
DomainNodesStatusList with details about the all nodes on the
requested domain. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainNodesResult.setDomainNodesStatusList(Collection<DomainNodesStatus> domainNodesStatusList)
Contains nodes information list
DomainNodesStatusList with details about the all nodes on the
requested domain. |
DescribeDomainNodesResult |
DescribeDomainNodesResult.withDomainNodesStatusList(Collection<DomainNodesStatus> domainNodesStatusList)
Contains nodes information list
DomainNodesStatusList with details about the all nodes on the
requested domain. |
Copyright © 2023. All rights reserved.