| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BridgeSource |
UpdateBridgeSourceResponse.source()
Returns the value of the Source property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<BridgeSource> |
Bridge.sources()
The sources on this bridge.
|
List<BridgeSource> |
AddBridgeSourcesResponse.sources()
The sources that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBridgeSourceResponse.Builder |
UpdateBridgeSourceResponse.Builder.source(BridgeSource source)
Sets the value of the Source property for this object.
|
Bridge.Builder |
Bridge.Builder.sources(BridgeSource... sources)
The sources on this bridge.
|
AddBridgeSourcesResponse.Builder |
AddBridgeSourcesResponse.Builder.sources(BridgeSource... sources)
The sources that you added to this bridge.
|
| Modifier and Type | Method and Description |
|---|---|
Bridge.Builder |
Bridge.Builder.sources(Collection<BridgeSource> sources)
The sources on this bridge.
|
AddBridgeSourcesResponse.Builder |
AddBridgeSourcesResponse.Builder.sources(Collection<BridgeSource> sources)
The sources that you added to this bridge.
|
Copyright © 2023. All rights reserved.