| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.transform |
| Modifier and Type | Method and Description |
|---|---|
default SendTaskSuccessResponse |
SfnClient.sendTaskSuccess(SendTaskSuccessRequest sendTaskSuccessRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken completed 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 the
taskToken completed successfully. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SendTaskSuccessRequestMarshaller.marshall(SendTaskSuccessRequest sendTaskSuccessRequest) |
Copyright © 2020. All rights reserved.