| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
ListChangeBatchesByHostedZoneResult |
AmazonRoute53Client.listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
ListChangeBatchesByHostedZoneResult |
AmazonRoute53.listChangeBatchesByHostedZone(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53AsyncClient.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53AsyncClient.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest,
AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest,
AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53AsyncClient.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest,
AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
Future<ListChangeBatchesByHostedZoneResult> |
AmazonRoute53Async.listChangeBatchesByHostedZoneAsync(ListChangeBatchesByHostedZoneRequest listChangeBatchesByHostedZoneRequest,
AsyncHandler<ListChangeBatchesByHostedZoneRequest,ListChangeBatchesByHostedZoneResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.clone() |
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withEndDate(String endDate)
The end of the time period you want to see changes for.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withMarker(String marker)
The page marker.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withMaxItems(String maxItems)
The maximum number of items on a page.
|
ListChangeBatchesByHostedZoneRequest |
ListChangeBatchesByHostedZoneRequest.withStartDate(String startDate)
The start of the time period you want to see changes for.
|
Copyright © 2015. All rights reserved.