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