| 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 |
|---|---|
Future<CreateHostedZoneResult> |
AbstractAmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
Creates a new public or private hosted zone.
|
| 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 © 2024. All rights reserved.