| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacemetering.model |
| Modifier and Type | Method and Description |
|---|---|
List<UsageAllocation> |
MeterUsageRequest.usageAllocations()
The set of
UsageAllocations to submit. |
List<UsageAllocation> |
UsageRecord.usageAllocations()
The set of
UsageAllocations to submit. |
| Modifier and Type | Method and Description |
|---|---|
MeterUsageRequest.Builder |
MeterUsageRequest.Builder.usageAllocations(UsageAllocation... usageAllocations)
The set of
UsageAllocations to submit. |
UsageRecord.Builder |
UsageRecord.Builder.usageAllocations(UsageAllocation... usageAllocations)
The set of
UsageAllocations to submit. |
| Modifier and Type | Method and Description |
|---|---|
MeterUsageRequest.Builder |
MeterUsageRequest.Builder.usageAllocations(Collection<UsageAllocation> usageAllocations)
The set of
UsageAllocations to submit. |
UsageRecord.Builder |
UsageRecord.Builder.usageAllocations(Collection<UsageAllocation> usageAllocations)
The set of
UsageAllocations to submit. |
Copyright © 2023. All rights reserved.