| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeStatus |
NodeStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NodeStatus |
ListNodesRequest.status()
An optional status specifier.
|
NodeStatus |
NodeSummary.status()
The status of the node.
|
NodeStatus |
Node.status()
The status of the node.
|
static NodeStatus |
NodeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeStatus[] |
NodeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NodeStatus> |
NodeStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListNodesRequest.Builder |
ListNodesRequest.Builder.status(NodeStatus status)
An optional status specifier.
|
NodeSummary.Builder |
NodeSummary.Builder.status(NodeStatus status)
The status of the node.
|
Node.Builder |
Node.Builder.status(NodeStatus status)
The status of the node.
|
Copyright © 2023. All rights reserved.