Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
DescribeStateMachineResult |
AWSStepFunctions.describeStateMachine(DescribeStateMachineRequest describeStateMachineRequest)
Describes a state machine.
|
DescribeStateMachineResult |
AWSStepFunctionsClient.describeStateMachine(DescribeStateMachineRequest request)
Describes a state machine.
|
DescribeStateMachineResult |
AbstractAWSStepFunctions.describeStateMachine(DescribeStateMachineRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeStateMachineResult> |
AWSStepFunctionsAsync.describeStateMachineAsync(DescribeStateMachineRequest describeStateMachineRequest,
AsyncHandler<DescribeStateMachineRequest,DescribeStateMachineResult> asyncHandler)
Describes a state machine.
|
Future<DescribeStateMachineResult> |
AWSStepFunctionsAsyncClient.describeStateMachineAsync(DescribeStateMachineRequest request,
AsyncHandler<DescribeStateMachineRequest,DescribeStateMachineResult> asyncHandler) |
Future<DescribeStateMachineResult> |
AbstractAWSStepFunctionsAsync.describeStateMachineAsync(DescribeStateMachineRequest request,
AsyncHandler<DescribeStateMachineRequest,DescribeStateMachineResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeStateMachineResult |
DescribeStateMachineResult.clone() |
DescribeStateMachineResult |
DescribeStateMachineResult.withCreationDate(Date creationDate)
The date the state machine is created.
|
DescribeStateMachineResult |
DescribeStateMachineResult.withDefinition(String definition)
The Amazon States Language definition of the state machine.
|
DescribeStateMachineResult |
DescribeStateMachineResult.withName(String name)
The name of the state machine.
|
DescribeStateMachineResult |
DescribeStateMachineResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
|
DescribeStateMachineResult |
DescribeStateMachineResult.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
DescribeStateMachineResult |
DescribeStateMachineResult.withStatus(StateMachineStatus status)
The current status of the state machine.
|
DescribeStateMachineResult |
DescribeStateMachineResult.withStatus(String status)
The current status of the state machine.
|
Copyright © 2018. All rights reserved.