Uses of Class
software.amazon.awssdk.services.sfn.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.sfn.model -
-
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 Tag Modifier and Type Method Description List<Tag>CreateActivityRequest. tags()The list of tags to add to a resource.List<Tag>CreateStateMachineRequest. tags()Tags to be added when creating a state machine.List<Tag>ListTagsForResourceResponse. tags()An array of tags associated with the resource.List<Tag>TagResourceRequest. tags()The list of tags to add to a resource.Methods in software.amazon.awssdk.services.sfn.model with parameters of type Tag Modifier and Type Method Description CreateActivityRequest.BuilderCreateActivityRequest.Builder. tags(Tag... tags)The list of tags to add to a resource.CreateStateMachineRequest.BuilderCreateStateMachineRequest.Builder. tags(Tag... tags)Tags to be added when creating a state machine.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The list of tags to add to a resource.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type Tag Modifier and Type Method Description CreateActivityRequest.BuilderCreateActivityRequest.Builder. tags(Collection<Tag> tags)The list of tags to add to a resource.CreateStateMachineRequest.BuilderCreateStateMachineRequest.Builder. tags(Collection<Tag> tags)Tags to be added when creating a state machine.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The list of tags to add to a resource.
-