Uses of Class
software.amazon.awssdk.services.mediaconnect.model.UpdateFlowSourceResponse
-
Packages that use UpdateFlowSourceResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnect -
-
Uses of UpdateFlowSourceResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return UpdateFlowSourceResponse Modifier and Type Method Description default UpdateFlowSourceResponseMediaConnectClient. updateFlowSource(Consumer<UpdateFlowSourceRequest.Builder> updateFlowSourceRequest)Updates the source of a flow.default UpdateFlowSourceResponseMediaConnectClient. updateFlowSource(UpdateFlowSourceRequest updateFlowSourceRequest)Updates the source of a flow.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type UpdateFlowSourceResponse Modifier and Type Method Description default CompletableFuture<UpdateFlowSourceResponse>MediaConnectAsyncClient. updateFlowSource(Consumer<UpdateFlowSourceRequest.Builder> updateFlowSourceRequest)Updates the source of a flow.default CompletableFuture<UpdateFlowSourceResponse>MediaConnectAsyncClient. updateFlowSource(UpdateFlowSourceRequest updateFlowSourceRequest)Updates the source of a flow.
-