Uses of Class
software.amazon.awssdk.services.mediaconnect.model.BridgeState
-
Packages that use BridgeState Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of BridgeState in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return BridgeState Modifier and Type Method Description BridgeStateBridge. bridgeState()Returns the value of the BridgeState property for this object.BridgeStateListedBridge. bridgeState()Returns the value of the BridgeState property for this object.static BridgeStateBridgeState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BridgeStateBridgeState. valueOf(String name)Returns the enum constant of this type with the specified name.static BridgeState[]BridgeState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type BridgeState Modifier and Type Method Description static Set<BridgeState>BridgeState. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type BridgeState Modifier and Type Method Description Bridge.BuilderBridge.Builder. bridgeState(BridgeState bridgeState)Sets the value of the BridgeState property for this object.ListedBridge.BuilderListedBridge.Builder. bridgeState(BridgeState bridgeState)Sets the value of the BridgeState property for this object.
-