Uses of Class
software.amazon.awssdk.services.mediaconnect.model.RemoveFlowOutputResponse
-
Packages that use RemoveFlowOutputResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnect -
-
Uses of RemoveFlowOutputResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return RemoveFlowOutputResponse Modifier and Type Method Description default RemoveFlowOutputResponseMediaConnectClient. removeFlowOutput(Consumer<RemoveFlowOutputRequest.Builder> removeFlowOutputRequest)Removes an output from an existing flow.default RemoveFlowOutputResponseMediaConnectClient. removeFlowOutput(RemoveFlowOutputRequest removeFlowOutputRequest)Removes an output from an existing flow.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type RemoveFlowOutputResponse Modifier and Type Method Description default CompletableFuture<RemoveFlowOutputResponse>MediaConnectAsyncClient. removeFlowOutput(Consumer<RemoveFlowOutputRequest.Builder> removeFlowOutputRequest)Removes an output from an existing flow.default CompletableFuture<RemoveFlowOutputResponse>MediaConnectAsyncClient. removeFlowOutput(RemoveFlowOutputRequest removeFlowOutputRequest)Removes an output from an existing flow.
-