Uses of Class
software.amazon.awssdk.services.sfn.model.StateMachineListItem
-
Packages that use StateMachineListItem Package Description software.amazon.awssdk.services.sfn.model software.amazon.awssdk.services.sfn.paginators -
-
Uses of StateMachineListItem in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StateMachineListItem Modifier and Type Method Description List<StateMachineListItem>ListStateMachinesResponse. stateMachines()Returns the value of the StateMachines property for this object.Methods in software.amazon.awssdk.services.sfn.model with parameters of type StateMachineListItem Modifier and Type Method Description ListStateMachinesResponse.BuilderListStateMachinesResponse.Builder. stateMachines(StateMachineListItem... stateMachines)Sets the value of the StateMachines property for this object.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type StateMachineListItem Modifier and Type Method Description ListStateMachinesResponse.BuilderListStateMachinesResponse.Builder. stateMachines(Collection<StateMachineListItem> stateMachines)Sets the value of the StateMachines property for this object. -
Uses of StateMachineListItem in software.amazon.awssdk.services.sfn.paginators
Methods in software.amazon.awssdk.services.sfn.paginators that return types with arguments of type StateMachineListItem Modifier and Type Method Description SdkIterable<StateMachineListItem>ListStateMachinesIterable. stateMachines()Returns an iterable to iterate through the paginatedListStateMachinesResponse.stateMachines()member.SdkPublisher<StateMachineListItem>ListStateMachinesPublisher. stateMachines()Returns a publisher that can be used to get a stream of data.
-