| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model | |
| software.amazon.awssdk.services.sfn.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MapRunListItem> |
ListMapRunsResponse.mapRuns()
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
| Modifier and Type | Method and Description |
|---|---|
ListMapRunsResponse.Builder |
ListMapRunsResponse.Builder.mapRuns(MapRunListItem... mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run
and the ARN of the state machine that started the Map Run.
|
| Modifier and Type | Method and Description |
|---|---|
ListMapRunsResponse.Builder |
ListMapRunsResponse.Builder.mapRuns(Collection<MapRunListItem> mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run
and the ARN of the state machine that started the Map Run.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<MapRunListItem> |
ListMapRunsPublisher.mapRuns()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MapRunListItem> |
ListMapRunsIterable.mapRuns()
Returns an iterable to iterate through the paginated
ListMapRunsResponse.mapRuns() member. |
Copyright © 2023. All rights reserved.