Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
ListMapRunsResult |
AbstractAWSStepFunctions.listMapRuns(ListMapRunsRequest request) |
ListMapRunsResult |
AWSStepFunctions.listMapRuns(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
ListMapRunsResult |
AWSStepFunctionsClient.listMapRuns(ListMapRunsRequest request)
Lists all Map Runs that were started by a given state machine execution.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMapRunsResult> |
AbstractAWSStepFunctionsAsync.listMapRunsAsync(ListMapRunsRequest request) |
Future<ListMapRunsResult> |
AWSStepFunctionsAsync.listMapRunsAsync(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
Future<ListMapRunsResult> |
AWSStepFunctionsAsyncClient.listMapRunsAsync(ListMapRunsRequest request) |
Future<ListMapRunsResult> |
AbstractAWSStepFunctionsAsync.listMapRunsAsync(ListMapRunsRequest request,
AsyncHandler<ListMapRunsRequest,ListMapRunsResult> asyncHandler) |
Future<ListMapRunsResult> |
AWSStepFunctionsAsync.listMapRunsAsync(ListMapRunsRequest listMapRunsRequest,
AsyncHandler<ListMapRunsRequest,ListMapRunsResult> asyncHandler)
Lists all Map Runs that were started by a given state machine execution.
|
Future<ListMapRunsResult> |
AWSStepFunctionsAsyncClient.listMapRunsAsync(ListMapRunsRequest request,
AsyncHandler<ListMapRunsRequest,ListMapRunsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListMapRunsResult> |
AbstractAWSStepFunctionsAsync.listMapRunsAsync(ListMapRunsRequest request,
AsyncHandler<ListMapRunsRequest,ListMapRunsResult> asyncHandler) |
Future<ListMapRunsResult> |
AWSStepFunctionsAsync.listMapRunsAsync(ListMapRunsRequest listMapRunsRequest,
AsyncHandler<ListMapRunsRequest,ListMapRunsResult> asyncHandler)
Lists all Map Runs that were started by a given state machine execution.
|
Future<ListMapRunsResult> |
AWSStepFunctionsAsyncClient.listMapRunsAsync(ListMapRunsRequest request,
AsyncHandler<ListMapRunsRequest,ListMapRunsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListMapRunsResult |
ListMapRunsResult.clone() |
ListMapRunsResult |
ListMapRunsResult.withMapRuns(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.
|
ListMapRunsResult |
ListMapRunsResult.withMapRuns(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.
|
ListMapRunsResult |
ListMapRunsResult.withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
Copyright © 2024. All rights reserved.