| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHostedZoneResult |
AbstractAmazonRoute53.createHostedZone(CreateHostedZoneRequest request) |
CreateHostedZoneResult |
AmazonRoute53Client.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet
for a domain, such as example.com, and its subdomains.
|
CreateHostedZoneResult |
AmazonRoute53.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet
for a domain, such as example.com, and its subdomains.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest request) |
Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest)
Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet
for a domain, such as example.com, and its subdomains.
|
Future<CreateHostedZoneResult> |
AbstractAmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest request) |
Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet
for a domain, such as example.com, and its subdomains.
|
Future<CreateHostedZoneResult> |
AbstractAmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
Creates a new public hosted zone, used to specify how the Domain Name System (DNS) routes traffic on the Internet
for a domain, such as example.com, and its subdomains.
|
Future<CreateHostedZoneResult> |
AbstractAmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateHostedZoneResult |
CreateHostedZoneResult.clone() |
CreateHostedZoneResult |
CreateHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withLocation(String location)
The unique URL representing the new hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
Copyright © 2016. All rights reserved.