Uses of Class
software.amazon.awssdk.services.sfn.model.SendTaskFailureResponse
-
Packages that use SendTaskFailureResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of SendTaskFailureResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return SendTaskFailureResponse Modifier and Type Method Description default SendTaskFailureResponseSfnClient. sendTaskFailure(Consumer<SendTaskFailureRequest.Builder> sendTaskFailureRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokenfailed.default SendTaskFailureResponseSfnClient. sendTaskFailure(SendTaskFailureRequest sendTaskFailureRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokenfailed.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type SendTaskFailureResponse Modifier and Type Method Description default CompletableFuture<SendTaskFailureResponse>SfnAsyncClient. sendTaskFailure(Consumer<SendTaskFailureRequest.Builder> sendTaskFailureRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokenfailed.default CompletableFuture<SendTaskFailureResponse>SfnAsyncClient. sendTaskFailure(SendTaskFailureRequest sendTaskFailureRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokenfailed.
-