| 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 |
|---|---|
SdkIterable<StateMachineListItem> |
ListStateMachinesIterable.stateMachines()
Returns an iterable to iterate through the paginated
ListStateMachinesResponse.stateMachines() member. |
SdkPublisher<StateMachineListItem> |
ListStateMachinesPublisher.stateMachines()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.