Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
RedriveExecutionResult |
AbstractAWSStepFunctions.redriveExecution(RedriveExecutionRequest request) |
RedriveExecutionResult |
AWSStepFunctions.redriveExecution(RedriveExecutionRequest redriveExecutionRequest)
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
|
RedriveExecutionResult |
AWSStepFunctionsClient.redriveExecution(RedriveExecutionRequest request)
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
|
Future<RedriveExecutionResult> |
AbstractAWSStepFunctionsAsync.redriveExecutionAsync(RedriveExecutionRequest request) |
Future<RedriveExecutionResult> |
AWSStepFunctionsAsync.redriveExecutionAsync(RedriveExecutionRequest redriveExecutionRequest)
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
|
Future<RedriveExecutionResult> |
AWSStepFunctionsAsyncClient.redriveExecutionAsync(RedriveExecutionRequest request) |
Future<RedriveExecutionResult> |
AbstractAWSStepFunctionsAsync.redriveExecutionAsync(RedriveExecutionRequest request,
AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler) |
Future<RedriveExecutionResult> |
AWSStepFunctionsAsync.redriveExecutionAsync(RedriveExecutionRequest redriveExecutionRequest,
AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler)
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
|
Future<RedriveExecutionResult> |
AWSStepFunctionsAsyncClient.redriveExecutionAsync(RedriveExecutionRequest request,
AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RedriveExecutionResult> |
AbstractAWSStepFunctionsAsync.redriveExecutionAsync(RedriveExecutionRequest request,
AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler) |
Future<RedriveExecutionResult> |
AWSStepFunctionsAsync.redriveExecutionAsync(RedriveExecutionRequest redriveExecutionRequest,
AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler)
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
|
Future<RedriveExecutionResult> |
AWSStepFunctionsAsyncClient.redriveExecutionAsync(RedriveExecutionRequest request,
AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RedriveExecutionRequest |
RedriveExecutionRequest.clone() |
RedriveExecutionRequest |
RedriveExecutionRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
RedriveExecutionRequest |
RedriveExecutionRequest.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to be redriven.
|
Copyright © 2024. All rights reserved.