Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
StateMachineVersionListItem |
StateMachineVersionListItem.clone() |
StateMachineVersionListItem |
StateMachineVersionListItem.withCreationDate(Date creationDate)
The creation date of a state machine version.
|
StateMachineVersionListItem |
StateMachineVersionListItem.withStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version.
|
Modifier and Type | Method and Description |
---|---|
List<StateMachineVersionListItem> |
ListStateMachineVersionsResult.getStateMachineVersions()
Versions for the state machine.
|
Modifier and Type | Method and Description |
---|---|
ListStateMachineVersionsResult |
ListStateMachineVersionsResult.withStateMachineVersions(StateMachineVersionListItem... stateMachineVersions)
Versions for the state machine.
|
Modifier and Type | Method and Description |
---|---|
void |
ListStateMachineVersionsResult.setStateMachineVersions(Collection<StateMachineVersionListItem> stateMachineVersions)
Versions for the state machine.
|
ListStateMachineVersionsResult |
ListStateMachineVersionsResult.withStateMachineVersions(Collection<StateMachineVersionListItem> stateMachineVersions)
Versions for the state machine.
|
Copyright © 2023. All rights reserved.