| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMapRunsResponse |
SfnClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsResponse |
SfnClient.listMapRuns(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMapRunsResponse> |
SfnAsyncClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMapRunsResponse> |
ListMapRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMapRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMapRunsResponse> subscriber) |
Copyright © 2022. All rights reserved.