Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
DescribeMapRunResult |
AbstractAWSStepFunctions.describeMapRun(DescribeMapRunRequest request) |
DescribeMapRunResult |
AWSStepFunctions.describeMapRun(DescribeMapRunRequest describeMapRunRequest)
Provides information about a Map Run's configuration, progress, and results.
|
DescribeMapRunResult |
AWSStepFunctionsClient.describeMapRun(DescribeMapRunRequest request)
Provides information about a Map Run's configuration, progress, and results.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeMapRunResult> |
AbstractAWSStepFunctionsAsync.describeMapRunAsync(DescribeMapRunRequest request,
AsyncHandler<DescribeMapRunRequest,DescribeMapRunResult> asyncHandler) |
Future<DescribeMapRunResult> |
AWSStepFunctionsAsync.describeMapRunAsync(DescribeMapRunRequest describeMapRunRequest,
AsyncHandler<DescribeMapRunRequest,DescribeMapRunResult> asyncHandler)
Provides information about a Map Run's configuration, progress, and results.
|
Future<DescribeMapRunResult> |
AWSStepFunctionsAsyncClient.describeMapRunAsync(DescribeMapRunRequest request,
AsyncHandler<DescribeMapRunRequest,DescribeMapRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeMapRunResult |
DescribeMapRunResult.clone() |
DescribeMapRunResult |
DescribeMapRunResult.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
|
DescribeMapRunResult |
DescribeMapRunResult.withExecutionCounts(MapRunExecutionCounts executionCounts)
A JSON object that contains information about the total number of child workflow executions for the Map Run, and
the count of child workflow executions for each status, such as
failed and succeeded . |
DescribeMapRunResult |
DescribeMapRunResult.withItemCounts(MapRunItemCounts itemCounts)
A JSON object that contains information about the total number of items, and the item count for each processing
status, such as
pending and failed . |
DescribeMapRunResult |
DescribeMapRunResult.withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) that identifies a Map Run.
|
DescribeMapRunResult |
DescribeMapRunResult.withMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
|
DescribeMapRunResult |
DescribeMapRunResult.withRedriveCount(Integer redriveCount)
The number of times you've redriven a Map Run.
|
DescribeMapRunResult |
DescribeMapRunResult.withRedriveDate(Date redriveDate)
The date a Map Run was last redriven.
|
DescribeMapRunResult |
DescribeMapRunResult.withStartDate(Date startDate)
The date when the Map Run was started.
|
DescribeMapRunResult |
DescribeMapRunResult.withStatus(MapRunStatus status)
The current status of the Map Run.
|
DescribeMapRunResult |
DescribeMapRunResult.withStatus(String status)
The current status of the Map Run.
|
DescribeMapRunResult |
DescribeMapRunResult.withStopDate(Date stopDate)
The date when the Map Run was stopped.
|
DescribeMapRunResult |
DescribeMapRunResult.withToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed child workflow executions before the Map Run fails.
|
DescribeMapRunResult |
DescribeMapRunResult.withToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed child workflow executions before the Map Run fails.
|
Copyright © 2024. All rights reserved.