| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneResult |
AmazonRoute53Client.getHostedZone(GetHostedZoneRequest request)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
GetHostedZoneResult |
AmazonRoute53.getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
GetHostedZoneResult |
AbstractAmazonRoute53.getHostedZone(GetHostedZoneRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHostedZoneResult> |
AmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest request) |
Future<GetHostedZoneResult> |
AbstractAmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest request) |
Future<GetHostedZoneResult> |
AmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
Future<GetHostedZoneResult> |
AbstractAmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHostedZoneResult> |
AmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest getHostedZoneRequest,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
Future<GetHostedZoneResult> |
AmazonRoute53AsyncClient.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
Future<GetHostedZoneResult> |
AbstractAmazonRoute53Async.getHostedZoneAsync(GetHostedZoneRequest request,
AsyncHandler<GetHostedZoneRequest,GetHostedZoneResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneResult |
GetHostedZoneResult.clone() |
GetHostedZoneResult |
GetHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(Collection<VPC> vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(VPC... vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
Copyright © 2021. All rights reserved.