Uses of Class
software.amazon.awssdk.services.mediaconnect.model.DesiredState
-
Packages that use DesiredState Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of DesiredState in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return DesiredState Modifier and Type Method Description DesiredStateUpdateBridgeStateRequest. desiredState()Returns the value of the DesiredState property for this object.DesiredStateUpdateBridgeStateResponse. desiredState()The state of the bridge.static DesiredStateDesiredState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DesiredStateDesiredState. valueOf(String name)Returns the enum constant of this type with the specified name.static DesiredState[]DesiredState. 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 DesiredState Modifier and Type Method Description static Set<DesiredState>DesiredState. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type DesiredState Modifier and Type Method Description UpdateBridgeStateRequest.BuilderUpdateBridgeStateRequest.Builder. desiredState(DesiredState desiredState)Sets the value of the DesiredState property for this object.UpdateBridgeStateResponse.BuilderUpdateBridgeStateResponse.Builder. desiredState(DesiredState desiredState)The state of the bridge.
-