Uses of Class
software.amazon.awssdk.services.managedblockchain.model.NetworkStatus
-
Packages that use NetworkStatus Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NetworkStatus in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NetworkStatus Modifier and Type Method Description static NetworkStatusNetworkStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkStatusListNetworksRequest. status()An optional status specifier.NetworkStatusNetwork. status()The current status of the network.NetworkStatusNetworkSummary. status()The current status of the network.static NetworkStatusNetworkStatus. 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.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NetworkStatus Modifier and Type Method Description static Set<NetworkStatus>NetworkStatus. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type NetworkStatus Modifier and Type Method Description ListNetworksRequest.BuilderListNetworksRequest.Builder. status(NetworkStatus status)An optional status specifier.Network.BuilderNetwork.Builder. status(NetworkStatus status)The current status of the network.NetworkSummary.BuilderNetworkSummary.Builder. status(NetworkStatus status)The current status of the network.
-