| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesResult |
AbstractAmazonRoute53.listHostedZones(ListHostedZonesRequest request) |
ListHostedZonesResult |
AmazonRoute53Client.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your public and private hosted zones, send a
GET request to the
/2013-04-01/hostedzone resource. |
ListHostedZonesResult |
AmazonRoute53.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your public and private hosted zones, send a
GET request to the
/2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(ListHostedZonesRequest request) |
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your public and private hosted zones, send a
GET request to the
/2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest request) |
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(ListHostedZonesRequest request,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler) |
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your public and private hosted zones, send a
GET request to the
/2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest request,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.
|
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.
|
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.
|
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(ListHostedZonesRequest request,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler) |
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your public and private hosted zones, send a
GET request to the
/2013-04-01/hostedzone resource. |
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest request,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesRequest |
ListHostedZonesRequest.clone() |
ListHostedZonesRequest |
ListHostedZonesRequest.withDelegationSetId(String delegationSetId)
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a
reusable delegation set, specify the ID of that reusable delegation set.
|
ListHostedZonesRequest |
ListHostedZonesRequest.withMarker(String marker)
(Optional) If you have more hosted zones than the value of
maxitems, ListHostedZones
returns only the first maxitems hosted zones. |
ListHostedZonesRequest |
ListHostedZonesRequest.withMaxItems(String maxItems)
(Optional) The maximum number of hosted zones to be included in the response body for this request.
|
Copyright © 2016. All rights reserved.