Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
ListHostedZonesByNameResult |
AbstractAmazonRoute53.listHostedZonesByName() |
ListHostedZonesByNameResult |
AmazonRoute53.listHostedZonesByName()
Simplified method form for invoking the ListHostedZonesByName operation.
|
ListHostedZonesByNameResult |
AmazonRoute53Client.listHostedZonesByName() |
ListHostedZonesByNameResult |
AbstractAmazonRoute53.listHostedZonesByName(ListHostedZonesByNameRequest request) |
ListHostedZonesByNameResult |
AmazonRoute53.listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send a
GET request to the
/Route 53 API version/hostedzonesbyname resource. |
ListHostedZonesByNameResult |
AmazonRoute53Client.listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send a
GET request to the
/Route 53 API version/hostedzonesbyname resource. |
Modifier and Type | Method and Description |
---|---|
Future<ListHostedZonesByNameResult> |
AbstractAmazonRoute53Async.listHostedZonesByNameAsync()
Simplified method form for invoking the ListHostedZonesByName operation.
|
Future<ListHostedZonesByNameResult> |
AmazonRoute53AsyncClient.listHostedZonesByNameAsync()
Simplified method form for invoking the ListHostedZonesByName operation.
|
Future<ListHostedZonesByNameResult> |
AmazonRoute53Async.listHostedZonesByNameAsync()
Simplified method form for invoking the ListHostedZonesByName operation.
|
Future<ListHostedZonesByNameResult> |
AbstractAmazonRoute53Async.listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
Simplified method form for invoking the ListHostedZonesByName operation
with an AsyncHandler.
|
Future<ListHostedZonesByNameResult> |
AmazonRoute53AsyncClient.listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
Simplified method form for invoking the ListHostedZonesByName operation
with an AsyncHandler.
|
Future<ListHostedZonesByNameResult> |
AmazonRoute53Async.listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
Simplified method form for invoking the ListHostedZonesByName operation
with an AsyncHandler.
|
Future<ListHostedZonesByNameResult> |
AbstractAmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request) |
Future<ListHostedZonesByNameResult> |
AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request) |
Future<ListHostedZonesByNameResult> |
AmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send a
GET request to the
/Route 53 API version/hostedzonesbyname resource. |
Future<ListHostedZonesByNameResult> |
AbstractAmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request,
AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler) |
Future<ListHostedZonesByNameResult> |
AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request,
AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler) |
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
/Route 53 API version/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 © 2018. All rights reserved.