Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
DescribeStateMachineForExecutionResult |
AWSStepFunctions.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest describeStateMachineForExecutionRequest)
Describes the state machine associated with a specific execution.
|
DescribeStateMachineForExecutionResult |
AbstractAWSStepFunctions.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest request) |
DescribeStateMachineForExecutionResult |
AWSStepFunctionsClient.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest request)
Describes the state machine associated with a specific execution.
|
Modifier and Type | Method and Description |
---|---|
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.clone() |
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withDefinition(String definition)
The Amazon States Language definition of the state machine.
|
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withLoggingConfiguration(LoggingConfiguration loggingConfiguration) |
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withName(String name)
The name of the state machine associated with the execution.
|
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
|
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine associated with the execution.
|
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withTracingConfiguration(TracingConfiguration tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
|
DescribeStateMachineForExecutionResult |
DescribeStateMachineForExecutionResult.withUpdateDate(Date updateDate)
The date and time the state machine associated with an execution was updated.
|
Copyright © 2021. All rights reserved.