Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneResult |
AbstractAmazonRoute53.getHostedZone(GetHostedZoneRequest request) |
GetHostedZoneResult |
AmazonRoute53.getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET
request to the
/Route 53 API version/hostedzone/hosted zone ID
resource. |
GetHostedZoneResult |
AmazonRoute53Client.getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET
request to the
/Route 53 API version/hostedzone/hosted zone ID
resource. |
Modifier and Type | Method and Description |
---|---|
Future<GetHostedZoneResult> |
AbstractAmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest request) |
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest request) |
Future<GetHostedZoneResult> |
AmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest)
To retrieve the delegation set for a hosted zone, send a
GET
request to the
/Route 53 API version/hostedzone/hosted zone ID
resource. |
Future<GetHostedZoneResult> |
AbstractAmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
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
/Route 53 API version/hostedzone/hosted zone ID
resource. |
Modifier and Type | Method and Description |
---|---|
Future<GetHostedZoneResult> |
AbstractAmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
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
/Route 53 API version/hostedzone/hosted zone ID
resource. |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneResult |
GetHostedZoneResult.clone() |
GetHostedZoneResult |
GetHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the
specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted
zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the
specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(VPC... vPCs)
A complex type that contains information about VPCs associated with the
specified hosted zone.
|
Copyright © 2018. All rights reserved.