Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneCountResult |
AbstractAmazonRoute53.getHostedZoneCount() |
GetHostedZoneCountResult |
AmazonRoute53.getHostedZoneCount()
Simplified method form for invoking the GetHostedZoneCount operation.
|
GetHostedZoneCountResult |
AmazonRoute53Client.getHostedZoneCount() |
GetHostedZoneCountResult |
AbstractAmazonRoute53.getHostedZoneCount(GetHostedZoneCountRequest request) |
GetHostedZoneCountResult |
AmazonRoute53.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a
GET
request to the /Route 53 API version/hostedzonecount
resource. |
GetHostedZoneCountResult |
AmazonRoute53Client.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a
GET
request to the /Route 53 API version/hostedzonecount
resource. |
Modifier and Type | Method and Description |
---|---|
Future<GetHostedZoneCountResult> |
AbstractAmazonRoute53Async.getHostedZoneCountAsync()
Simplified method form for invoking the GetHostedZoneCount operation.
|
Future<GetHostedZoneCountResult> |
AmazonRoute53AsyncClient.getHostedZoneCountAsync()
Simplified method form for invoking the GetHostedZoneCount operation.
|
Future<GetHostedZoneCountResult> |
AmazonRoute53Async.getHostedZoneCountAsync()
Simplified method form for invoking the GetHostedZoneCount operation.
|
Future<GetHostedZoneCountResult> |
AbstractAmazonRoute53Async.getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
Simplified method form for invoking the GetHostedZoneCount operation with
an AsyncHandler.
|
Future<GetHostedZoneCountResult> |
AmazonRoute53AsyncClient.getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
Simplified method form for invoking the GetHostedZoneCount operation with
an AsyncHandler.
|
Future<GetHostedZoneCountResult> |
AmazonRoute53Async.getHostedZoneCountAsync(AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler)
Simplified method form for invoking the GetHostedZoneCount operation with
an AsyncHandler.
|
Future<GetHostedZoneCountResult> |
AbstractAmazonRoute53Async.getHostedZoneCountAsync(GetHostedZoneCountRequest request) |
Future<GetHostedZoneCountResult> |
AmazonRoute53AsyncClient.getHostedZoneCountAsync(GetHostedZoneCountRequest request) |
Future<GetHostedZoneCountResult> |
AmazonRoute53Async.getHostedZoneCountAsync(GetHostedZoneCountRequest getHostedZoneCountRequest)
To retrieve a count of all your hosted zones, send a
GET
request to the /Route 53 API version/hostedzonecount
resource. |
Future<GetHostedZoneCountResult> |
AbstractAmazonRoute53Async.getHostedZoneCountAsync(GetHostedZoneCountRequest request,
AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler) |
Future<GetHostedZoneCountResult> |
AmazonRoute53AsyncClient.getHostedZoneCountAsync(GetHostedZoneCountRequest request,
AsyncHandler<GetHostedZoneCountRequest,GetHostedZoneCountResult> asyncHandler) |
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 /Route 53 API version/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 © 2018. All rights reserved.