| 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 |
|---|---|
ListHostedZonesResult |
AmazonRoute53Client.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
ListHostedZonesResult |
AmazonRoute53.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesRequest |
ListHostedZonesRequest.withDelegationSetId(String delegationSetId)
Sets the value of the DelegationSetId property for this object.
|
ListHostedZonesRequest |
ListHostedZonesRequest.withMarker(String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
ListHostedZonesRequest |
ListHostedZonesRequest.withMaxItems(String maxItems)
Specify the maximum number of hosted zones to return per page of
results.
|
Copyright © 2015. All rights reserved.