| 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(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.
|
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 |
|---|---|
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.withHostedZoneType(HostedZoneType hostedZoneType)
(Optional) Specifies if the hosted zone is private.
|
ListHostedZonesRequest |
ListHostedZonesRequest.withHostedZoneType(String hostedZoneType)
(Optional) Specifies if the hosted zone is private.
|
ListHostedZonesRequest |
ListHostedZonesRequest.withMarker(String marker)
If the value of
IsTruncated in the previous response was true, you have more hosted
zones. |
ListHostedZonesRequest |
ListHostedZonesRequest.withMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
Copyright © 2024. All rights reserved.