Uses of Class
software.amazon.awssdk.services.sfn.model.SendTaskSuccessRequest
-
Packages that use SendTaskSuccessRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of SendTaskSuccessRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type SendTaskSuccessRequest Modifier and Type Method Description default CompletableFuture<SendTaskSuccessResponse>SfnAsyncClient. sendTaskSuccess(SendTaskSuccessRequest sendTaskSuccessRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokencompleted successfully.default SendTaskSuccessResponseSfnClient. sendTaskSuccess(SendTaskSuccessRequest sendTaskSuccessRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokencompleted successfully. -
Uses of SendTaskSuccessRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type SendTaskSuccessRequest Modifier and Type Method Description SdkHttpFullRequestSendTaskSuccessRequestMarshaller. marshall(SendTaskSuccessRequest sendTaskSuccessRequest)
-