Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
StateMachineAliasListItem |
StateMachineAliasListItem.clone() |
StateMachineAliasListItem |
StateMachineAliasListItem.withCreationDate(Date creationDate)
The creation date of a state machine alias.
|
StateMachineAliasListItem |
StateMachineAliasListItem.withStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias.
|
Modifier and Type | Method and Description |
---|---|
List<StateMachineAliasListItem> |
ListStateMachineAliasesResult.getStateMachineAliases()
Aliases for the state machine.
|
Modifier and Type | Method and Description |
---|---|
ListStateMachineAliasesResult |
ListStateMachineAliasesResult.withStateMachineAliases(StateMachineAliasListItem... stateMachineAliases)
Aliases for the state machine.
|
Modifier and Type | Method and Description |
---|---|
void |
ListStateMachineAliasesResult.setStateMachineAliases(Collection<StateMachineAliasListItem> stateMachineAliases)
Aliases for the state machine.
|
ListStateMachineAliasesResult |
ListStateMachineAliasesResult.withStateMachineAliases(Collection<StateMachineAliasListItem> stateMachineAliases)
Aliases for the state machine.
|
Copyright © 2024. All rights reserved.