Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
StartSyncExecutionResult |
AWSStepFunctionsClient.startSyncExecution(StartSyncExecutionRequest request)
Starts a Synchronous Express state machine execution.
|
StartSyncExecutionResult |
AWSStepFunctions.startSyncExecution(StartSyncExecutionRequest startSyncExecutionRequest)
Starts a Synchronous Express state machine execution.
|
StartSyncExecutionResult |
AbstractAWSStepFunctions.startSyncExecution(StartSyncExecutionRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<StartSyncExecutionResult> |
AbstractAWSStepFunctionsAsync.startSyncExecutionAsync(StartSyncExecutionRequest request,
AsyncHandler<StartSyncExecutionRequest,StartSyncExecutionResult> asyncHandler) |
Future<StartSyncExecutionResult> |
AWSStepFunctionsAsyncClient.startSyncExecutionAsync(StartSyncExecutionRequest request,
AsyncHandler<StartSyncExecutionRequest,StartSyncExecutionResult> asyncHandler) |
Future<StartSyncExecutionResult> |
AWSStepFunctionsAsync.startSyncExecutionAsync(StartSyncExecutionRequest startSyncExecutionRequest,
AsyncHandler<StartSyncExecutionRequest,StartSyncExecutionResult> asyncHandler)
Starts a Synchronous Express state machine execution.
|
Modifier and Type | Method and Description |
---|---|
StartSyncExecutionResult |
StartSyncExecutionResult.clone() |
StartSyncExecutionResult |
StartSyncExecutionResult.withBillingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withCause(String cause)
A more detailed explanation of the cause of the failure.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withError(String error)
The error code of the failure.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withInput(String input)
The string that contains the JSON input data of the execution.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withInputDetails(CloudWatchEventsExecutionDataDetails inputDetails) |
StartSyncExecutionResult |
StartSyncExecutionResult.withName(String name)
The name of the execution.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withOutput(String output)
The JSON output data of the execution.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withOutputDetails(CloudWatchEventsExecutionDataDetails outputDetails) |
StartSyncExecutionResult |
StartSyncExecutionResult.withStartDate(Date startDate)
The date the execution is started.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withStatus(String status)
The current status of the execution.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withStatus(SyncExecutionStatus status)
The current status of the execution.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withStopDate(Date stopDate)
If the execution has already ended, the date the execution stopped.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withTraceHeader(String traceHeader)
The AWS X-Ray trace header that was passed to the execution.
|
Copyright © 2021. All rights reserved.