| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkStatus |
NetworkStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NetworkStatus |
ListNetworksRequest.status()
An optional status specifier.
|
NetworkStatus |
NetworkSummary.status()
The current status of the network.
|
NetworkStatus |
Network.status()
The current status of the network.
|
static NetworkStatus |
NetworkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkStatus[] |
NetworkStatus.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<NetworkStatus> |
NetworkStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListNetworksRequest.Builder |
ListNetworksRequest.Builder.status(NetworkStatus status)
An optional status specifier.
|
NetworkSummary.Builder |
NetworkSummary.Builder.status(NetworkStatus status)
The current status of the network.
|
Network.Builder |
Network.Builder.status(NetworkStatus status)
The current status of the network.
|
Copyright © 2023. All rights reserved.