| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
BillingRecord |
BillingRecord.clone() |
BillingRecord |
BillingRecord.withBillDate(Date billDate)
The date that the operation was billed, in Unix format.
|
BillingRecord |
BillingRecord.withDomainName(String domainName)
The name of the domain that the billing record applies to.
|
BillingRecord |
BillingRecord.withInvoiceId(String invoiceId)
The ID of the invoice that is associated with the billing record.
|
BillingRecord |
BillingRecord.withOperation(OperationType operation)
The operation that you were charged for.
|
BillingRecord |
BillingRecord.withOperation(String operation)
The operation that you were charged for.
|
BillingRecord |
BillingRecord.withPrice(Double price)
The price that you were charged for the operation, in US dollars.
|
| Modifier and Type | Method and Description |
|---|---|
List<BillingRecord> |
ViewBillingResult.getBillingRecords()
A summary of billing records.
|
| Modifier and Type | Method and Description |
|---|---|
ViewBillingResult |
ViewBillingResult.withBillingRecords(BillingRecord... billingRecords)
A summary of billing records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewBillingResult.setBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
|
ViewBillingResult |
ViewBillingResult.withBillingRecords(Collection<BillingRecord> billingRecords)
A summary of billing records.
|
Copyright © 2017. All rights reserved.