Package | Description |
---|---|
com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
com.amazonaws.services.route53.model.transform |
Marhsalling for the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
CreateHostedZoneResult |
AmazonRoute53Client.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
This action creates a new hosted zone.
|
CreateHostedZoneResult |
AmazonRoute53.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
This action creates a new hosted zone.
|
Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest)
This action creates a new hosted zone.
|
Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest)
This action creates a new hosted zone.
|
Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
This action creates a new hosted zone.
|
Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
This action creates a new hosted zone.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
This action creates a new hosted zone.
|
Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
This action creates a new hosted zone.
|
Modifier and Type | Method and Description |
---|---|
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.withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
A complex type that contains an optional comment about your hosted
zone.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withName(String name)
The name of the domain.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateHostedZoneRequest> |
CreateHostedZoneRequestMarshaller.marshall(CreateHostedZoneRequest createHostedZoneRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateHostedZoneRequest> |
CreateHostedZoneRequestMarshaller.marshall(CreateHostedZoneRequest createHostedZoneRequest) |
Copyright © 2016. All rights reserved.