Uses of Class
software.amazon.awssdk.services.sfn.model.SendTaskSuccessResponse
-
Packages that use SendTaskSuccessResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of SendTaskSuccessResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return SendTaskSuccessResponse Modifier and Type Method Description default SendTaskSuccessResponseSfnClient. sendTaskSuccess(Consumer<SendTaskSuccessRequest.Builder> 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.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type SendTaskSuccessResponse Modifier and Type Method Description default CompletableFuture<SendTaskSuccessResponse>SfnAsyncClient. sendTaskSuccess(Consumer<SendTaskSuccessRequest.Builder> sendTaskSuccessRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokencompleted successfully.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.
-