Uses of Class
software.amazon.awssdk.services.sfn.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreateActivityRequest.tags()The list of tags to add to a resource.CreateStateMachineRequest.tags()Tags to be added when creating a state machine.ListTagsForResourceResponse.tags()An array of tags associated with the resource.TagResourceRequest.tags()The list of tags to add to a resource.Methods in software.amazon.awssdk.services.sfn.model with parameters of type TagModifier and TypeMethodDescriptionThe list of tags to add to a resource.Tags to be added when creating a state machine.An array of tags associated with the resource.The list of tags to add to a resource.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type TagModifier and TypeMethodDescriptionCreateActivityRequest.Builder.tags(Collection<Tag> tags) The list of tags to add to a resource.CreateStateMachineRequest.Builder.tags(Collection<Tag> tags) Tags to be added when creating a state machine.ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags) An array of tags associated with the resource.TagResourceRequest.Builder.tags(Collection<Tag> tags) The list of tags to add to a resource.