Uses of Interface
software.amazon.awssdk.services.appflow.model.CancelFlowExecutionsRequest.Builder
-
Packages that use CancelFlowExecutionsRequest.Builder Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.model -
-
Uses of CancelFlowExecutionsRequest.Builder in software.amazon.awssdk.services.appflow
Method parameters in software.amazon.awssdk.services.appflow with type arguments of type CancelFlowExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<CancelFlowExecutionsResponse>AppflowAsyncClient. cancelFlowExecutions(Consumer<CancelFlowExecutionsRequest.Builder> cancelFlowExecutionsRequest)Cancels active runs for a flow.default CancelFlowExecutionsResponseAppflowClient. cancelFlowExecutions(Consumer<CancelFlowExecutionsRequest.Builder> cancelFlowExecutionsRequest)Cancels active runs for a flow. -
Uses of CancelFlowExecutionsRequest.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CancelFlowExecutionsRequest.Builder Modifier and Type Method Description static CancelFlowExecutionsRequest.BuilderCancelFlowExecutionsRequest. builder()CancelFlowExecutionsRequest.BuilderCancelFlowExecutionsRequest.Builder. executionIds(String... executionIds)The ID of each active run to cancel.CancelFlowExecutionsRequest.BuilderCancelFlowExecutionsRequest.Builder. executionIds(Collection<String> executionIds)The ID of each active run to cancel.CancelFlowExecutionsRequest.BuilderCancelFlowExecutionsRequest.Builder. flowName(String flowName)The name of a flow with active runs that you want to cancel.CancelFlowExecutionsRequest.BuilderCancelFlowExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelFlowExecutionsRequest.BuilderCancelFlowExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelFlowExecutionsRequest.BuilderCancelFlowExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CancelFlowExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends CancelFlowExecutionsRequest.Builder>CancelFlowExecutionsRequest. serializableBuilderClass()
-