Uses of Interface
software.amazon.awssdk.services.appflow.model.CancelFlowExecutionsResponse.Builder
-
Packages that use CancelFlowExecutionsResponse.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CancelFlowExecutionsResponse.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CancelFlowExecutionsResponse.Builder Modifier and Type Method Description static CancelFlowExecutionsResponse.BuilderCancelFlowExecutionsResponse. builder()CancelFlowExecutionsResponse.BuilderCancelFlowExecutionsResponse.Builder. invalidExecutions(String... invalidExecutions)The IDs of runs that Amazon AppFlow couldn't cancel.CancelFlowExecutionsResponse.BuilderCancelFlowExecutionsResponse.Builder. invalidExecutions(Collection<String> invalidExecutions)The IDs of runs that Amazon AppFlow couldn't cancel.CancelFlowExecutionsResponse.BuilderCancelFlowExecutionsResponse. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CancelFlowExecutionsResponse.Builder Modifier and Type Method Description static Class<? extends CancelFlowExecutionsResponse.Builder>CancelFlowExecutionsResponse. serializableBuilderClass()
-