Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.RemoveFlowOutputResponse.Builder
-
Packages that use RemoveFlowOutputResponse.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of RemoveFlowOutputResponse.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return RemoveFlowOutputResponse.Builder Modifier and Type Method Description static RemoveFlowOutputResponse.BuilderRemoveFlowOutputResponse. builder()RemoveFlowOutputResponse.BuilderRemoveFlowOutputResponse.Builder. flowArn(String flowArn)The ARN of the flow that is associated with the output you removed.RemoveFlowOutputResponse.BuilderRemoveFlowOutputResponse.Builder. outputArn(String outputArn)The ARN of the output that was removed.RemoveFlowOutputResponse.BuilderRemoveFlowOutputResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type RemoveFlowOutputResponse.Builder Modifier and Type Method Description static Class<? extends RemoveFlowOutputResponse.Builder>RemoveFlowOutputResponse. serializableBuilderClass()
-