Uses of Interface
software.amazon.awssdk.services.appflow.model.StopFlowRequest.Builder
-
Packages that use StopFlowRequest.Builder Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.model -
-
Uses of StopFlowRequest.Builder in software.amazon.awssdk.services.appflow
Method parameters in software.amazon.awssdk.services.appflow with type arguments of type StopFlowRequest.Builder Modifier and Type Method Description default CompletableFuture<StopFlowResponse>AppflowAsyncClient. stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)Deactivates the existing flow.default StopFlowResponseAppflowClient. stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)Deactivates the existing flow. -
Uses of StopFlowRequest.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return StopFlowRequest.Builder Modifier and Type Method Description static StopFlowRequest.BuilderStopFlowRequest. builder()StopFlowRequest.BuilderStopFlowRequest.Builder. flowName(String flowName)The specified name of the flow.StopFlowRequest.BuilderStopFlowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopFlowRequest.BuilderStopFlowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopFlowRequest.BuilderStopFlowRequest. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type StopFlowRequest.Builder Modifier and Type Method Description static Class<? extends StopFlowRequest.Builder>StopFlowRequest. serializableBuilderClass()
-