| 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 request)
Creates a new public hosted zone, which you use 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, which you use 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, which you use 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, which you use 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, which you use 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 the following optional values:
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withName(String name)
The name of the domain.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withVPC(VPC vPC)
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating
with this hosted zone.
|
Copyright © 2017. All rights reserved.