Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
Future<ListStateMachinesResult> |
AWSStepFunctionsAsync.listStateMachinesAsync(ListStateMachinesRequest listStateMachinesRequest,
AsyncHandler<ListStateMachinesRequest,ListStateMachinesResult> asyncHandler)
Lists the existing state machines.
|
Future<ListStateMachinesResult> |
AWSStepFunctionsAsyncClient.listStateMachinesAsync(ListStateMachinesRequest request,
AsyncHandler<ListStateMachinesRequest,ListStateMachinesResult> asyncHandler) |
Future<ListStateMachinesResult> |
AbstractAWSStepFunctionsAsync.listStateMachinesAsync(ListStateMachinesRequest request,
AsyncHandler<ListStateMachinesRequest,ListStateMachinesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListStateMachinesRequest |
ListStateMachinesRequest.clone() |
ListStateMachinesRequest |
ListStateMachinesRequest.withMaxResults(Integer maxResults)
The maximum number of results that will be returned per call.
|
ListStateMachinesRequest |
ListStateMachinesRequest.withNextToken(String nextToken)
If a
nextToken was returned by a previous call, there are more results available. |
Copyright © 2017. All rights reserved.