| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
UpdateFlowSourceResponse.source()
The settings for the source of the flow.
|
Source |
Flow.source()
Returns the value of the Source property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
AddFlowSourcesResponse.sources()
The details of the newly added sources.
|
List<Source> |
Flow.sources()
Returns the value of the Sources property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowSourceResponse.Builder |
UpdateFlowSourceResponse.Builder.source(Source source)
The settings for the source of the flow.
|
Flow.Builder |
Flow.Builder.source(Source source)
Sets the value of the Source property for this object.
|
AddFlowSourcesResponse.Builder |
AddFlowSourcesResponse.Builder.sources(Source... sources)
The details of the newly added sources.
|
Flow.Builder |
Flow.Builder.sources(Source... sources)
Sets the value of the Sources property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
AddFlowSourcesResponse.Builder |
AddFlowSourcesResponse.Builder.sources(Collection<Source> sources)
The details of the newly added sources.
|
Flow.Builder |
Flow.Builder.sources(Collection<Source> sources)
Sets the value of the Sources property for this object.
|
Copyright © 2020. All rights reserved.