| 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 |
|---|---|
GetHostedZoneCountResult |
AmazonRoute53Client.getHostedZoneCount()
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
GetHostedZoneCountResult |
AmazonRoute53.getHostedZoneCount()
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
GetHostedZoneCountResult |
AmazonRoute53Client.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
GetHostedZoneCountResult |
AmazonRoute53.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHostedZoneCountResult> |
AmazonRoute53AsyncClient.getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
Future<GetHostedZoneCountResult> |
AmazonRoute53Async.getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
Future<GetHostedZoneCountResult> |
AmazonRoute53AsyncClient.getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest,
AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
Future<GetHostedZoneCountResult> |
AmazonRoute53Async.getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest,
AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHostedZoneCountResult> |
AmazonRoute53AsyncClient.getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest,
AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
Future<GetHostedZoneCountResult> |
AmazonRoute53Async.getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest,
AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
To retrieve a count of all your hosted zones, send a
GET
request to the 2013-04-01/hostedzonecount resource. |
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneCountResult |
GetHostedZoneCountResult.clone() |
GetHostedZoneCountResult |
GetHostedZoneCountResult.withHostedZoneCount(Long hostedZoneCount)
The number of hosted zones associated with the current AWS account.
|
Copyright © 2015. All rights reserved.