Uses of Class
software.amazon.awssdk.services.marketplacemetering.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.marketplacemetering.model -
-
Uses of Tag in software.amazon.awssdk.services.marketplacemetering.model
Methods in software.amazon.awssdk.services.marketplacemetering.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>UsageAllocation. tags()The set of tags that define the bucket of usage.Methods in software.amazon.awssdk.services.marketplacemetering.model with parameters of type Tag Modifier and Type Method Description UsageAllocation.BuilderUsageAllocation.Builder. tags(Tag... tags)The set of tags that define the bucket of usage.Method parameters in software.amazon.awssdk.services.marketplacemetering.model with type arguments of type Tag Modifier and Type Method Description UsageAllocation.BuilderUsageAllocation.Builder. tags(Collection<Tag> tags)The set of tags that define the bucket of usage.
-