| Package | Description |
|---|---|
| com.amazonaws.services.marketplacemetering.model |
| Modifier and Type | Method and Description |
|---|---|
UsageRecord |
UsageRecord.clone() |
UsageRecord |
UsageRecordResult.getUsageRecord()
The UsageRecord that was part of the BatchMeterUsage request.
|
UsageRecord |
UsageRecord.withCustomerIdentifier(String customerIdentifier)
The CustomerIdentifier is obtained through the ResolveCustomer operation and represents an individual buyer in
your application.
|
UsageRecord |
UsageRecord.withDimension(String dimension)
During the process of registering a product on AWS Marketplace, up to eight dimensions are specified.
|
UsageRecord |
UsageRecord.withQuantity(Integer quantity)
The quantity of usage consumed by the customer for the given dimension and time.
|
UsageRecord |
UsageRecord.withTimestamp(Date timestamp)
Timestamp, in UTC, for which the usage is being reported.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageRecord> |
BatchMeterUsageResult.getUnprocessedRecords()
Contains all UsageRecords that were not processed by BatchMeterUsage.
|
List<UsageRecord> |
BatchMeterUsageRequest.getUsageRecords()
The set of UsageRecords to submit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageRecordResult.setUsageRecord(UsageRecord usageRecord)
The UsageRecord that was part of the BatchMeterUsage request.
|
BatchMeterUsageResult |
BatchMeterUsageResult.withUnprocessedRecords(UsageRecord... unprocessedRecords)
Contains all UsageRecords that were not processed by BatchMeterUsage.
|
UsageRecordResult |
UsageRecordResult.withUsageRecord(UsageRecord usageRecord)
The UsageRecord that was part of the BatchMeterUsage request.
|
BatchMeterUsageRequest |
BatchMeterUsageRequest.withUsageRecords(UsageRecord... usageRecords)
The set of UsageRecords to submit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchMeterUsageResult.setUnprocessedRecords(Collection<UsageRecord> unprocessedRecords)
Contains all UsageRecords that were not processed by BatchMeterUsage.
|
void |
BatchMeterUsageRequest.setUsageRecords(Collection<UsageRecord> usageRecords)
The set of UsageRecords to submit.
|
BatchMeterUsageResult |
BatchMeterUsageResult.withUnprocessedRecords(Collection<UsageRecord> unprocessedRecords)
Contains all UsageRecords that were not processed by BatchMeterUsage.
|
BatchMeterUsageRequest |
BatchMeterUsageRequest.withUsageRecords(Collection<UsageRecord> usageRecords)
The set of UsageRecords to submit.
|
Copyright © 2019. All rights reserved.