| Package | Description |
|---|---|
| com.amazonaws.services.marketplacemetering.model |
| Modifier and Type | Method and Description |
|---|---|
UsageAllocation |
UsageAllocation.clone() |
UsageAllocation |
UsageAllocation.withAllocatedUsageQuantity(Integer allocatedUsageQuantity)
The total quantity allocated to this bucket of usage.
|
UsageAllocation |
UsageAllocation.withTags(Collection<Tag> tags)
The set of tags that define the bucket of usage.
|
UsageAllocation |
UsageAllocation.withTags(Tag... tags)
The set of tags that define the bucket of usage.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageAllocation> |
MeterUsageRequest.getUsageAllocations()
The set of
UsageAllocations to submit. |
List<UsageAllocation> |
UsageRecord.getUsageAllocations()
The set of
UsageAllocations to submit. |
| Modifier and Type | Method and Description |
|---|---|
MeterUsageRequest |
MeterUsageRequest.withUsageAllocations(UsageAllocation... usageAllocations)
The set of
UsageAllocations to submit. |
UsageRecord |
UsageRecord.withUsageAllocations(UsageAllocation... usageAllocations)
The set of
UsageAllocations to submit. |
| Modifier and Type | Method and Description |
|---|---|
void |
MeterUsageRequest.setUsageAllocations(Collection<UsageAllocation> usageAllocations)
The set of
UsageAllocations to submit. |
void |
UsageRecord.setUsageAllocations(Collection<UsageAllocation> usageAllocations)
The set of
UsageAllocations to submit. |
MeterUsageRequest |
MeterUsageRequest.withUsageAllocations(Collection<UsageAllocation> usageAllocations)
The set of
UsageAllocations to submit. |
UsageRecord |
UsageRecord.withUsageAllocations(Collection<UsageAllocation> usageAllocations)
The set of
UsageAllocations to submit. |
Copyright © 2023. All rights reserved.