Uses of Class
software.amazon.awssdk.services.sfn.model.StateMachineListItem
Packages that use StateMachineListItem
Package
Description
-
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 StateMachineListItemModifier and TypeMethodDescriptionfinal 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 StateMachineListItemModifier and TypeMethodDescriptionListStateMachinesResponse.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 StateMachineListItemModifier and TypeMethodDescriptionListStateMachinesResponse.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 StateMachineListItemModifier and TypeMethodDescriptionfinal SdkIterable<StateMachineListItem>ListStateMachinesIterable.stateMachines()Returns an iterable to iterate through the paginatedListStateMachinesResponse.stateMachines()member.final SdkPublisher<StateMachineListItem>ListStateMachinesPublisher.stateMachines()Returns a publisher that can be used to get a stream of data.