Uses of Class
software.amazon.awssdk.services.privatenetworks.model.NetworkStatus
-
Packages that use NetworkStatus Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of NetworkStatus in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.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.NetworkStatusNetwork. status()The 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.privatenetworks.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.privatenetworks.model with parameters of type NetworkStatus Modifier and Type Method Description Network.BuilderNetwork.Builder. status(NetworkStatus status)The status of the network.
-