| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
List<MediaStreamOutputConfigurationRequest> |
UpdateFlowOutputRequest.mediaStreamOutputConfigurations()
The media streams that are associated with the output, and the parameters for those associations.
|
List<MediaStreamOutputConfigurationRequest> |
AddOutputRequest.mediaStreamOutputConfigurations()
The media streams that are associated with the output, and the parameters for those associations.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.mediaStreamOutputConfigurations(MediaStreamOutputConfigurationRequest... mediaStreamOutputConfigurations)
The media streams that are associated with the output, and the parameters for those associations.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.mediaStreamOutputConfigurations(MediaStreamOutputConfigurationRequest... mediaStreamOutputConfigurations)
The media streams that are associated with the output, and the parameters for those associations.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.mediaStreamOutputConfigurations(Collection<MediaStreamOutputConfigurationRequest> mediaStreamOutputConfigurations)
The media streams that are associated with the output, and the parameters for those associations.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.mediaStreamOutputConfigurations(Collection<MediaStreamOutputConfigurationRequest> mediaStreamOutputConfigurations)
The media streams that are associated with the output, and the parameters for those associations.
|
Copyright © 2022. All rights reserved.