| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacemetering.model |
| Modifier and Type | Method and Description |
|---|---|
UsageAllocation.Builder |
UsageAllocation.Builder.allocatedUsageQuantity(Integer allocatedUsageQuantity)
The total quantity allocated to this bucket of usage.
|
static UsageAllocation.Builder |
UsageAllocation.builder() |
UsageAllocation.Builder |
UsageAllocation.Builder.tags(Collection<Tag> tags)
The set of tags that define the bucket of usage.
|
UsageAllocation.Builder |
UsageAllocation.Builder.tags(Consumer<Tag.Builder>... tags)
The set of tags that define the bucket of usage.
|
UsageAllocation.Builder |
UsageAllocation.Builder.tags(Tag... tags)
The set of tags that define the bucket of usage.
|
UsageAllocation.Builder |
UsageAllocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UsageAllocation.Builder> |
UsageAllocation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.