Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
ListHostedZonesResult |
AbstractAmazonRoute53.listHostedZones() |
ListHostedZonesResult |
AmazonRoute53.listHostedZones()
Simplified method form for invoking the ListHostedZones operation.
|
ListHostedZonesResult |
AmazonRoute53Client.listHostedZones() |
ListHostedZonesResult |
AbstractAmazonRoute53.listHostedZones(ListHostedZonesRequest request) |
ListHostedZonesResult |
AmazonRoute53.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a
GET request
to the /Route 53 API version/hostedzone resource. |
ListHostedZonesResult |
AmazonRoute53Client.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a
GET request
to the /Route 53 API version/hostedzone resource. |
Modifier and Type | Method and Description |
---|---|
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.
|
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.
|
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.
|
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an
AsyncHandler.
|
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(ListHostedZonesRequest request) |
Future<ListHostedZonesResult> |
AmazonRoute53AsyncClient.listHostedZonesAsync(ListHostedZonesRequest request) |
Future<ListHostedZonesResult> |
AmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send a
GET request
to the /Route 53 API version/hostedzone resource. |
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync(ListHostedZonesRequest request,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> 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 hosted zones, send a
GET request
to the /Route 53 API version/hostedzone resource. |
Modifier and Type | Method and Description |
---|---|
Future<ListHostedZonesResult> |
AbstractAmazonRoute53Async.listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an
AsyncHandler.
|
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(ListHostedZonesRequest request,
AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> 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 hosted zones, send a
GET request
to the /Route 53 API version/hostedzone resource. |
Modifier and Type | Method and Description |
---|---|
ListHostedZonesResult |
ListHostedZonesResult.clone() |
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 © 2018. All rights reserved.