Uses of Interface
software.amazon.awssdk.services.marketplacemetering.model.UsageAllocation.Builder
-
Packages that use UsageAllocation.Builder Package Description software.amazon.awssdk.services.marketplacemetering.model -
-
Uses of UsageAllocation.Builder in software.amazon.awssdk.services.marketplacemetering.model
Methods in software.amazon.awssdk.services.marketplacemetering.model that return UsageAllocation.Builder Modifier and Type Method Description UsageAllocation.BuilderUsageAllocation.Builder. allocatedUsageQuantity(Integer allocatedUsageQuantity)The total quantity allocated to this bucket of usage.static UsageAllocation.BuilderUsageAllocation. builder()UsageAllocation.BuilderUsageAllocation.Builder. tags(Collection<Tag> tags)The set of tags that define the bucket of usage.UsageAllocation.BuilderUsageAllocation.Builder. tags(Consumer<Tag.Builder>... tags)The set of tags that define the bucket of usage.UsageAllocation.BuilderUsageAllocation.Builder. tags(Tag... tags)The set of tags that define the bucket of usage.UsageAllocation.BuilderUsageAllocation. toBuilder()Methods in software.amazon.awssdk.services.marketplacemetering.model that return types with arguments of type UsageAllocation.Builder Modifier and Type Method Description static Class<? extends UsageAllocation.Builder>UsageAllocation. serializableBuilderClass()
-