| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.model |
| 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 CompletableFuture<ListMapRunsResponse> |
SfnAsyncClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsIterable |
SfnClient.listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsPublisher |
SfnAsyncClient.listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
| Modifier and Type | Method and Description |
|---|---|
static ListMapRunsRequest.Builder |
ListMapRunsRequest.builder() |
ListMapRunsRequest.Builder |
ListMapRunsRequest.Builder.executionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution for which the Map Runs must be listed.
|
ListMapRunsRequest.Builder |
ListMapRunsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListMapRunsRequest.Builder |
ListMapRunsRequest.Builder.nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListMapRunsRequest.Builder |
ListMapRunsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMapRunsRequest.Builder |
ListMapRunsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMapRunsRequest.Builder |
ListMapRunsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMapRunsRequest.Builder> |
ListMapRunsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.