Uses of Class
software.amazon.awssdk.services.xray.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.xray.model software.amazon.awssdk.services.xray.paginators -
-
Uses of Tag in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateGroupRequest. tags()A map that contains one or more tag keys and tag values to attach to an X-Ray group.List<Tag>CreateSamplingRuleRequest. tags()A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule.List<Tag>ListTagsForResourceResponse. tags()A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.List<Tag>TagResourceRequest. tags()A map that contains one or more tag keys and tag values to attach to an X-Ray group or sampling rule.Methods in software.amazon.awssdk.services.xray.model with parameters of type Tag Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. tags(Tag... tags)A map that contains one or more tag keys and tag values to attach to an X-Ray group.CreateSamplingRuleRequest.BuilderCreateSamplingRuleRequest.Builder. tags(Tag... tags)A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A map that contains one or more tag keys and tag values to attach to an X-Ray group or sampling rule.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type Tag Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. tags(Collection<Tag> tags)A map that contains one or more tag keys and tag values to attach to an X-Ray group.CreateSamplingRuleRequest.BuilderCreateSamplingRuleRequest.Builder. tags(Collection<Tag> tags)A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A map that contains one or more tag keys and tag values to attach to an X-Ray group or sampling rule. -
Uses of Tag in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-