Uses of Class
software.amazon.awssdk.services.networkmanager.model.CoreNetworkState
-
Packages that use CoreNetworkState Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of CoreNetworkState in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CoreNetworkState Modifier and Type Method Description static CoreNetworkStateCoreNetworkState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CoreNetworkStateCoreNetwork. state()The current state of a core network.CoreNetworkStateCoreNetworkSummary. state()The state of a core network.static CoreNetworkStateCoreNetworkState. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreNetworkState[]CoreNetworkState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CoreNetworkState Modifier and Type Method Description static Set<CoreNetworkState>CoreNetworkState. knownValues()Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type CoreNetworkState Modifier and Type Method Description CoreNetwork.BuilderCoreNetwork.Builder. state(CoreNetworkState state)The current state of a core network.CoreNetworkSummary.BuilderCoreNetworkSummary.Builder. state(CoreNetworkState state)The state of a core network.
-