| Package | Description |
|---|---|
| com.amazonaws.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
ViewBillingResult |
AmazonRoute53Domains.viewBilling(ViewBillingRequest viewBillingRequest)
Returns all the domain-related billing records for the current AWS account for a specified period
|
ViewBillingResult |
AbstractAmazonRoute53Domains.viewBilling(ViewBillingRequest request) |
ViewBillingResult |
AmazonRoute53DomainsClient.viewBilling(ViewBillingRequest request)
Returns all the domain-related billing records for the current AWS account for a specified period
|
Future<ViewBillingResult> |
AbstractAmazonRoute53DomainsAsync.viewBillingAsync(ViewBillingRequest request) |
Future<ViewBillingResult> |
AmazonRoute53DomainsAsyncClient.viewBillingAsync(ViewBillingRequest request) |
Future<ViewBillingResult> |
AmazonRoute53DomainsAsync.viewBillingAsync(ViewBillingRequest viewBillingRequest)
Returns all the domain-related billing records for the current AWS account for a specified period
|
Future<ViewBillingResult> |
AbstractAmazonRoute53DomainsAsync.viewBillingAsync(ViewBillingRequest request,
AsyncHandler<ViewBillingRequest,ViewBillingResult> asyncHandler) |
Future<ViewBillingResult> |
AmazonRoute53DomainsAsyncClient.viewBillingAsync(ViewBillingRequest request,
AsyncHandler<ViewBillingRequest,ViewBillingResult> asyncHandler) |
Future<ViewBillingResult> |
AmazonRoute53DomainsAsync.viewBillingAsync(ViewBillingRequest viewBillingRequest,
AsyncHandler<ViewBillingRequest,ViewBillingResult> asyncHandler)
Returns all the domain-related billing records for the current AWS account for a specified period
|
| Modifier and Type | Method and Description |
|---|---|
Future<ViewBillingResult> |
AbstractAmazonRoute53DomainsAsync.viewBillingAsync(ViewBillingRequest request,
AsyncHandler<ViewBillingRequest,ViewBillingResult> asyncHandler) |
Future<ViewBillingResult> |
AmazonRoute53DomainsAsyncClient.viewBillingAsync(ViewBillingRequest request,
AsyncHandler<ViewBillingRequest,ViewBillingResult> asyncHandler) |
Future<ViewBillingResult> |
AmazonRoute53DomainsAsync.viewBillingAsync(ViewBillingRequest viewBillingRequest,
AsyncHandler<ViewBillingRequest,ViewBillingResult> asyncHandler)
Returns all the domain-related billing records for the current AWS account for a specified period
|
| Modifier and Type | Method and Description |
|---|---|
ViewBillingRequest |
ViewBillingRequest.clone() |
ViewBillingRequest |
ViewBillingRequest.withEnd(Date end)
The end date and time for the time period for which you want a list of billing records.
|
ViewBillingRequest |
ViewBillingRequest.withMarker(String marker)
For an initial request for a list of billing records, omit this element.
|
ViewBillingRequest |
ViewBillingRequest.withMaxItems(Integer maxItems)
The number of billing records to be returned.
|
ViewBillingRequest |
ViewBillingRequest.withStart(Date start)
The beginning date and time for the time period for which you want a list of billing records.
|
Copyright © 2019. All rights reserved.