Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.StopFlowResponse.Builder
-
Packages that use StopFlowResponse.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of StopFlowResponse.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return StopFlowResponse.Builder Modifier and Type Method Description static StopFlowResponse.BuilderStopFlowResponse. builder()StopFlowResponse.BuilderStopFlowResponse.Builder. flowArn(String flowArn)The ARN of the flow that you stopped.StopFlowResponse.BuilderStopFlowResponse.Builder. status(String status)The status of the flow when the StopFlow process begins.StopFlowResponse.BuilderStopFlowResponse.Builder. status(Status status)The status of the flow when the StopFlow process begins.StopFlowResponse.BuilderStopFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type StopFlowResponse.Builder Modifier and Type Method Description static Class<? extends StopFlowResponse.Builder>StopFlowResponse. serializableBuilderClass()
-