Uses of Class
software.amazon.awssdk.services.medialive.model.NetworkState
-
Packages that use NetworkState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of NetworkState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return NetworkState Modifier and Type Method Description static NetworkStateNetworkState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkStateCreateNetworkResponse. state()The current state of the Network.NetworkStateDeleteNetworkResponse. state()The current state of the Network.NetworkStateDescribeNetworkResponse. state()The current state of the Network.NetworkStateDescribeNetworkSummary. state()The current state of the Network.NetworkStateUpdateNetworkResponse. state()The current state of the Network.static NetworkStateNetworkState. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkState[]NetworkState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type NetworkState Modifier and Type Method Description static Set<NetworkState>NetworkState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type NetworkState Modifier and Type Method Description CreateNetworkResponse.BuilderCreateNetworkResponse.Builder. state(NetworkState state)The current state of the Network.DeleteNetworkResponse.BuilderDeleteNetworkResponse.Builder. state(NetworkState state)The current state of the Network.DescribeNetworkResponse.BuilderDescribeNetworkResponse.Builder. state(NetworkState state)The current state of the Network.DescribeNetworkSummary.BuilderDescribeNetworkSummary.Builder. state(NetworkState state)The current state of the Network.UpdateNetworkResponse.BuilderUpdateNetworkResponse.Builder. state(NetworkState state)The current state of the Network.
-