Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Output
-
Packages that use Output Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Output in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Output Modifier and Type Method Description OutputUpdateFlowOutputResponse. output()The new settings of the output that you updated.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Output Modifier and Type Method Description List<Output>AddFlowOutputsResponse. outputs()The details of the newly added outputs.List<Output>Flow. outputs()The outputs in this flow.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Output Modifier and Type Method Description UpdateFlowOutputResponse.BuilderUpdateFlowOutputResponse.Builder. output(Output output)The new settings of the output that you updated.AddFlowOutputsResponse.BuilderAddFlowOutputsResponse.Builder. outputs(Output... outputs)The details of the newly added outputs.Flow.BuilderFlow.Builder. outputs(Output... outputs)The outputs in this flow.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type Output Modifier and Type Method Description AddFlowOutputsResponse.BuilderAddFlowOutputsResponse.Builder. outputs(Collection<Output> outputs)The details of the newly added outputs.Flow.BuilderFlow.Builder. outputs(Collection<Output> outputs)The outputs in this flow.
-