| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.paginators | |
| software.amazon.awssdk.services.sfn.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListMapRunsResponse |
SfnClient.listMapRuns(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default CompletableFuture<ListMapRunsResponse> |
SfnAsyncClient.listMapRuns(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsIterable |
SfnClient.listMapRunsPaginator(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsPublisher |
SfnAsyncClient.listMapRunsPaginator(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
| Constructor and Description |
|---|
ListMapRunsIterable(SfnClient client,
ListMapRunsRequest firstRequest) |
ListMapRunsPublisher(SfnAsyncClient client,
ListMapRunsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMapRunsRequestMarshaller.marshall(ListMapRunsRequest listMapRunsRequest) |
Copyright © 2022. All rights reserved.