Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
DescribeStateMachineAliasResult |
AbstractAWSStepFunctions.describeStateMachineAlias(DescribeStateMachineAliasRequest request) |
DescribeStateMachineAliasResult |
AWSStepFunctions.describeStateMachineAlias(DescribeStateMachineAliasRequest describeStateMachineAliasRequest)
Returns details about a state machine alias.
|
DescribeStateMachineAliasResult |
AWSStepFunctionsClient.describeStateMachineAlias(DescribeStateMachineAliasRequest request)
Returns details about a state machine alias.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStateMachineAliasResult> |
AbstractAWSStepFunctionsAsync.describeStateMachineAliasAsync(DescribeStateMachineAliasRequest request,
AsyncHandler<DescribeStateMachineAliasRequest,DescribeStateMachineAliasResult> asyncHandler) |
Future<DescribeStateMachineAliasResult> |
AWSStepFunctionsAsync.describeStateMachineAliasAsync(DescribeStateMachineAliasRequest describeStateMachineAliasRequest,
AsyncHandler<DescribeStateMachineAliasRequest,DescribeStateMachineAliasResult> asyncHandler)
Returns details about a state machine alias.
|
Future<DescribeStateMachineAliasResult> |
AWSStepFunctionsAsyncClient.describeStateMachineAliasAsync(DescribeStateMachineAliasRequest request,
AsyncHandler<DescribeStateMachineAliasRequest,DescribeStateMachineAliasResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.clone() |
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.withCreationDate(Date creationDate)
The date the state machine alias was created.
|
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.withDescription(String description)
A description of the alias.
|
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.withName(String name)
The name of the state machine alias.
|
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.withRoutingConfiguration(Collection<RoutingConfigurationListItem> routingConfiguration)
The routing configuration of the alias.
|
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.withRoutingConfiguration(RoutingConfigurationListItem... routingConfiguration)
The routing configuration of the alias.
|
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.withStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) of the state machine alias.
|
DescribeStateMachineAliasResult |
DescribeStateMachineAliasResult.withUpdateDate(Date updateDate)
The date the state machine alias was last updated.
|
Copyright © 2024. All rights reserved.