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 |
---|---|
GetHostedZoneResult |
AmazonRoute53Client.getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
GetHostedZoneResult |
AmazonRoute53.getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
Future<GetHostedZoneResult> |
AmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
Future<GetHostedZoneResult> |
AmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
Modifier and Type | Method and Description |
---|---|
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
Future<GetHostedZoneResult> |
AmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)
To retrieve the delegation set for a hosted zone, send a
GET request to the 2013-04-01/hostedzone/hosted
zone ID resource. |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneRequest |
GetHostedZoneRequest.withId(String id)
The ID of the hosted zone for which you want to get a list of the name
servers in the delegation set.
|
Copyright © 2014. All rights reserved.