| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ListedBridge |
ListedBridge.clone() |
ListedBridge |
ListedBridge.withBridgeArn(String bridgeArn)
The ARN of the bridge.
|
ListedBridge |
ListedBridge.withBridgeState(BridgeState bridgeState) |
ListedBridge |
ListedBridge.withBridgeState(String bridgeState) |
ListedBridge |
ListedBridge.withBridgeType(String bridgeType)
The type of the bridge.
|
ListedBridge |
ListedBridge.withName(String name)
The name of the bridge.
|
ListedBridge |
ListedBridge.withPlacementArn(String placementArn)
The ARN of the gateway associated with the bridge.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedBridge> |
ListBridgesResult.getBridges()
A list of bridge summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListBridgesResult |
ListBridgesResult.withBridges(ListedBridge... bridges)
A list of bridge summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBridgesResult.setBridges(Collection<ListedBridge> bridges)
A list of bridge summaries.
|
ListBridgesResult |
ListBridgesResult.withBridges(Collection<ListedBridge> bridges)
A list of bridge summaries.
|
Copyright © 2024. All rights reserved.