Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.AddBridgeOutputsRequest.Builder
-
Packages that use AddBridgeOutputsRequest.Builder Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnectsoftware.amazon.awssdk.services.mediaconnect.model -
-
Uses of AddBridgeOutputsRequest.Builder in software.amazon.awssdk.services.mediaconnect
Method parameters in software.amazon.awssdk.services.mediaconnect with type arguments of type AddBridgeOutputsRequest.Builder Modifier and Type Method Description default CompletableFuture<AddBridgeOutputsResponse>MediaConnectAsyncClient. addBridgeOutputs(Consumer<AddBridgeOutputsRequest.Builder> addBridgeOutputsRequest)Adds outputs to an existing bridge.default AddBridgeOutputsResponseMediaConnectClient. addBridgeOutputs(Consumer<AddBridgeOutputsRequest.Builder> addBridgeOutputsRequest)Adds outputs to an existing bridge. -
Uses of AddBridgeOutputsRequest.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return AddBridgeOutputsRequest.Builder Modifier and Type Method Description AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. bridgeArn(String bridgeArn)The ARN of the bridge that you want to update.static AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest. builder()AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. outputs(Collection<AddBridgeOutputRequest> outputs)The outputs that you want to add to this bridge.AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. outputs(Consumer<AddBridgeOutputRequest.Builder>... outputs)The outputs that you want to add to this bridge.AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. outputs(AddBridgeOutputRequest... outputs)The outputs that you want to add to this bridge.AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddBridgeOutputsRequest.BuilderAddBridgeOutputsRequest. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type AddBridgeOutputsRequest.Builder Modifier and Type Method Description static Class<? extends AddBridgeOutputsRequest.Builder>AddBridgeOutputsRequest. serializableBuilderClass()
-