Uses of Class
software.amazon.awssdk.services.mediaconnect.model.AddOutputRequest
-
Packages that use AddOutputRequest Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of AddOutputRequest in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type AddOutputRequest Modifier and Type Method Description List<AddOutputRequest>AddFlowOutputsRequest. outputs()A list of outputs that you want to add.List<AddOutputRequest>CreateFlowRequest. outputs()The outputs that you want to add to this flow.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type AddOutputRequest Modifier and Type Method Description AddFlowOutputsRequest.BuilderAddFlowOutputsRequest.Builder. outputs(AddOutputRequest... outputs)A list of outputs that you want to add.CreateFlowRequest.BuilderCreateFlowRequest.Builder. outputs(AddOutputRequest... outputs)The outputs that you want to add to this flow.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type AddOutputRequest Modifier and Type Method Description AddFlowOutputsRequest.BuilderAddFlowOutputsRequest.Builder. outputs(Collection<AddOutputRequest> outputs)A list of outputs that you want to add.CreateFlowRequest.BuilderCreateFlowRequest.Builder. outputs(Collection<AddOutputRequest> outputs)The outputs that you want to add to this flow.
-