| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DesiredState |
UpdateBridgeStateRequest.desiredState()
Returns the value of the DesiredState property for this object.
|
DesiredState |
UpdateBridgeStateResponse.desiredState()
The state of the bridge.
|
static DesiredState |
DesiredState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DesiredState |
DesiredState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DesiredState> |
DesiredState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBridgeStateRequest.Builder |
UpdateBridgeStateRequest.Builder.desiredState(DesiredState desiredState)
Sets the value of the DesiredState property for this object.
|
UpdateBridgeStateResponse.Builder |
UpdateBridgeStateResponse.Builder.desiredState(DesiredState desiredState)
The state of the bridge.
|
Copyright © 2023. All rights reserved.