Uses of Class
software.amazon.awssdk.services.sfn.model.StateMachineVersionListItem
-
Packages that use StateMachineVersionListItem Package Description software.amazon.awssdk.services.sfn.model -
-
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 StateMachineVersionListItem Modifier and Type Method Description List<StateMachineVersionListItem>ListStateMachineVersionsResponse. stateMachineVersions()Versions for the state machine.Methods in software.amazon.awssdk.services.sfn.model with parameters of type StateMachineVersionListItem Modifier and Type Method Description ListStateMachineVersionsResponse.BuilderListStateMachineVersionsResponse.Builder. stateMachineVersions(StateMachineVersionListItem... stateMachineVersions)Versions for the state machine.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type StateMachineVersionListItem Modifier and Type Method Description ListStateMachineVersionsResponse.BuilderListStateMachineVersionsResponse.Builder. stateMachineVersions(Collection<StateMachineVersionListItem> stateMachineVersions)Versions for the state machine.
-