Uses of Class
software.amazon.awssdk.services.tnb.model.NsState
-
Packages that use NsState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of NsState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return NsState Modifier and Type Method Description static NsStateNsState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NsStateGetSolNetworkInstanceResponse. nsState()Network instance state.NsStateListSolNetworkInstanceInfo. nsState()The state of the network instance.static NsStateNsState. valueOf(String name)Returns the enum constant of this type with the specified name.static NsState[]NsState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type NsState Modifier and Type Method Description static Set<NsState>NsState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type NsState Modifier and Type Method Description GetSolNetworkInstanceResponse.BuilderGetSolNetworkInstanceResponse.Builder. nsState(NsState nsState)Network instance state.ListSolNetworkInstanceInfo.BuilderListSolNetworkInstanceInfo.Builder. nsState(NsState nsState)The state of the network instance.
-