| 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.
|
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 |
|---|---|
CreateHostedZoneRequest |
CreateHostedZoneRequest.clone() |
CreateHostedZoneRequest |
CreateHostedZoneRequest.withCallerReference(String callerReference)
A unique string that identifies the request and that allows failed
CreateHostedZone requests to be
retried without the risk of executing the operation twice. |
CreateHostedZoneRequest |
CreateHostedZoneRequest.withDelegationSetId(String delegationSetId)
If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route 53 assigned to
the reusable delegation set when you created it.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
(Optional) A complex type that contains an optional comment about your hosted zone.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withName(String name)
The name of the domain.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
Copyright © 2016. All rights reserved.