| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesResult |
AbstractAmazonRoute53.listHostedZones() |
ListHostedZonesResult |
AmazonRoute53Client.listHostedZones() |
ListHostedZonesResult |
AmazonRoute53.listHostedZones()
Simplified method form for invoking the ListHostedZones operation.
|
ListHostedZonesResult |
AbstractAmazonRoute53.listHostedZones(ListHostedZonesRequest request) |
ListHostedZonesResult |
AmazonRoute53Client.listHostedZones(ListHostedZonesRequest request)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
ListHostedZonesResult |
AmazonRoute53.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
| 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)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
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)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
| 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)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesResult |
ListHostedZonesResult.clone() |
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResult |
ListHostedZonesResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResult |
ListHostedZonesResult.withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesResult |
ListHostedZonesResult.withMarker(String marker)
For the second and subsequent calls to
ListHostedZones, Marker is the value that you
specified for the marker parameter in the request that produced the current response. |
ListHostedZonesResult |
ListHostedZonesResult.withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to ListHostedZones
that produced the current response. |
ListHostedZonesResult |
ListHostedZonesResult.withNextMarker(String nextMarker)
If
IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. |
Copyright © 2024. All rights reserved.