| 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 |
|---|---|
ListHostedZonesByNameResult |
AmazonRoute53Client.listHostedZonesByName()
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
ListHostedZonesByNameResult |
AmazonRoute53.listHostedZonesByName()
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
ListHostedZonesByNameResult |
AmazonRoute53Client.listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
ListHostedZonesByNameResult |
AmazonRoute53.listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHostedZonesByNameResult> |
AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
Future<ListHostedZonesByNameResult> |
AmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
Future<ListHostedZonesByNameResult> |
AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest,
AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
Future<ListHostedZonesByNameResult> |
AmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest,
AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHostedZonesByNameResult> |
AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest,
AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
Future<ListHostedZonesByNameResult> |
AmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest,
AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
To retrieve a list of your hosted zones in lexicographic order, send
a
GET request to the
2013-04-01/hostedzonesbyname resource. |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.clone() |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withDNSName(String dNSName)
The
DNSName value sent in the request. |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZoneId(String hostedZoneId)
The
HostedZoneId value sent in the request. |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response
body.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withNextDNSName(String nextDNSName)
If ListHostedZonesByNameResponse$IsTruncated is
true, there are more hosted zones associated with the
current AWS account. |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withNextHostedZoneId(String nextHostedZoneId)
If ListHostedZonesByNameResponse$IsTruncated is
true, there are more hosted zones associated with the
current AWS account. |
Copyright © 2015. All rights reserved.