Uses of Class
software.amazon.awssdk.services.sfn.model.StateMachineAliasListItem
Packages that use StateMachineAliasListItem
-
Uses of StateMachineAliasListItem in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StateMachineAliasListItemModifier and TypeMethodDescriptionfinal List<StateMachineAliasListItem>ListStateMachineAliasesResponse.stateMachineAliases()Aliases for the state machine.Methods in software.amazon.awssdk.services.sfn.model with parameters of type StateMachineAliasListItemModifier and TypeMethodDescriptionListStateMachineAliasesResponse.Builder.stateMachineAliases(StateMachineAliasListItem... stateMachineAliases) Aliases for the state machine.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type StateMachineAliasListItemModifier and TypeMethodDescriptionListStateMachineAliasesResponse.Builder.stateMachineAliases(Collection<StateMachineAliasListItem> stateMachineAliases) Aliases for the state machine.