| 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()
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
ListHostedZonesResult |
AmazonRoute53.listHostedZones()
To retrieve a list of your hosted zones, send a
GET
request to the 2013-04-01/hostedzone resource. |
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. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesResult |
ListHostedZonesResult.withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesResult |
ListHostedZonesResult.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. |
ListHostedZonesResult |
ListHostedZonesResult.withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response
body.
|
ListHostedZonesResult |
ListHostedZonesResult.withNextMarker(String nextMarker)
Indicates where to continue listing hosted zones.
|
Copyright © 2015. All rights reserved.