| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.clone() |
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withIsTruncated(Boolean isTruncated)
A flag that indicates if there are more change batches to list.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withMarker(String marker)
The page marker.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withMaxItems(String maxItems)
The maximum number of items on a page.
|
ListChangeBatchesByHostedZoneResult |
ListChangeBatchesByHostedZoneResult.withNextMarker(String nextMarker)
The next page marker.
|
Copyright © 2015. All rights reserved.