Uses of Class
software.amazon.awssdk.services.sfn.model.SendTaskFailureRequest
-
Packages that use SendTaskFailureRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of SendTaskFailureRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type SendTaskFailureRequest Modifier and Type Method Description 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.default SendTaskFailureResponseSfnClient. sendTaskFailure(SendTaskFailureRequest sendTaskFailureRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokenfailed. -
Uses of SendTaskFailureRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type SendTaskFailureRequest Modifier and Type Method Description SdkHttpFullRequestSendTaskFailureRequestMarshaller. marshall(SendTaskFailureRequest sendTaskFailureRequest)
-