Uses of Class
software.amazon.awssdk.services.swf.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>ListTagsForResourceResponse. tags()An array of tags associated with the domain.List<ResourceTag>RegisterDomainRequest. tags()Tags to be added when registering a domain.List<ResourceTag>TagResourceRequest. tags()The list of tags to add to a domain.Methods in software.amazon.awssdk.services.swf.model with parameters of type ResourceTag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(ResourceTag... tags)An array of tags associated with the domain.RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. tags(ResourceTag... tags)Tags to be added when registering a domain.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(ResourceTag... tags)The list of tags to add to a domain.Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ResourceTag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<ResourceTag> tags)An array of tags associated with the domain.RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. tags(Collection<ResourceTag> tags)Tags to be added when registering a domain.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<ResourceTag> tags)The list of tags to add to a domain.
-