| 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 |
|---|---|
ListChangeBatchesByRRSetResult |
AmazonRoute53Client.listChangeBatchesByRRSet(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
ListChangeBatchesByRRSetResult |
AmazonRoute53.listChangeBatchesByRRSet(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChangeBatchesByRRSetResult> |
AmazonRoute53AsyncClient.listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
Future<ListChangeBatchesByRRSetResult> |
AmazonRoute53Async.listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
Future<ListChangeBatchesByRRSetResult> |
AmazonRoute53AsyncClient.listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest,
AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
Future<ListChangeBatchesByRRSetResult> |
AmazonRoute53Async.listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest,
AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChangeBatchesByRRSetResult> |
AmazonRoute53AsyncClient.listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest,
AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
Future<ListChangeBatchesByRRSetResult> |
AmazonRoute53Async.listChangeBatchesByRRSetAsync(ListChangeBatchesByRRSetRequest listChangeBatchesByRRSetRequest,
AsyncHandler<ListChangeBatchesByRRSetRequest,ListChangeBatchesByRRSetResult> asyncHandler)
This action gets the list of ChangeBatches in a given time period for
a given hosted zone and RRSet.
|
| Modifier and Type | Method and Description |
|---|---|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.clone() |
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withIsTruncated(Boolean isTruncated)
A flag that indicates if there are more change batches to list.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withMarker(String marker)
The page marker.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withMaxItems(String maxItems)
The maximum number of items on a page.
|
ListChangeBatchesByRRSetResult |
ListChangeBatchesByRRSetResult.withNextMarker(String nextMarker)
The next page marker.
|
Copyright © 2015. All rights reserved.