Uses of Class
software.amazon.awssdk.services.sfn.model.StateMachineVersionListItem
Packages that use StateMachineVersionListItem
-
Uses of StateMachineVersionListItem in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StateMachineVersionListItemModifier and TypeMethodDescriptionfinal List<StateMachineVersionListItem>ListStateMachineVersionsResponse.stateMachineVersions()Versions for the state machine.Methods in software.amazon.awssdk.services.sfn.model with parameters of type StateMachineVersionListItemModifier and TypeMethodDescriptionListStateMachineVersionsResponse.Builder.stateMachineVersions(StateMachineVersionListItem... stateMachineVersions) Versions for the state machine.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type StateMachineVersionListItemModifier and TypeMethodDescriptionListStateMachineVersionsResponse.Builder.stateMachineVersions(Collection<StateMachineVersionListItem> stateMachineVersions) Versions for the state machine.