| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
NodeSummary |
NodeSummary.clone() |
NodeSummary |
NodeSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the node.
|
NodeSummary |
NodeSummary.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the node exists.
|
NodeSummary |
NodeSummary.withCreationDate(Date creationDate)
The date and time that the node was created.
|
NodeSummary |
NodeSummary.withId(String id)
The unique identifier of the node.
|
NodeSummary |
NodeSummary.withInstanceType(String instanceType)
The EC2 instance type for the node.
|
NodeSummary |
NodeSummary.withStatus(NodeStatus status)
The status of the node.
|
NodeSummary |
NodeSummary.withStatus(String status)
The status of the node.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeSummary> |
ListNodesResult.getNodes()
An array of
NodeSummary objects that contain configuration properties for each node. |
| Modifier and Type | Method and Description |
|---|---|
ListNodesResult |
ListNodesResult.withNodes(NodeSummary... nodes)
An array of
NodeSummary objects that contain configuration properties for each node. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNodesResult.setNodes(Collection<NodeSummary> nodes)
An array of
NodeSummary objects that contain configuration properties for each node. |
ListNodesResult |
ListNodesResult.withNodes(Collection<NodeSummary> nodes)
An array of
NodeSummary objects that contain configuration properties for each node. |
Copyright © 2024. All rights reserved.