| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model | |
| software.amazon.awssdk.services.sfn.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<StateMachineListItem> |
ListStateMachinesResponse.stateMachines()
Returns the value of the StateMachines property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListStateMachinesResponse.Builder |
ListStateMachinesResponse.Builder.stateMachines(StateMachineListItem... stateMachines)
Sets the value of the StateMachines property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListStateMachinesResponse.Builder |
ListStateMachinesResponse.Builder.stateMachines(Collection<StateMachineListItem> stateMachines)
Sets the value of the StateMachines property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<StateMachineListItem> |
ListStateMachinesPublisher.stateMachines()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<StateMachineListItem> |
ListStateMachinesIterable.stateMachines()
Returns an iterable to iterate through the paginated
ListStateMachinesResponse.stateMachines() member. |
Copyright © 2019. All rights reserved.