Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
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.
|
CreateHostedZoneResult |
AbstractAmazonRoute53.createHostedZone(CreateHostedZoneRequest request) |
java.util.concurrent.Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest request) |
java.util.concurrent.Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest)
This action creates a new hosted zone.
|
java.util.concurrent.Future<CreateHostedZoneResult> |
AbstractAmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest request) |
java.util.concurrent.Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
java.util.concurrent.Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
This action creates a new hosted zone.
|
java.util.concurrent.Future<CreateHostedZoneResult> |
AbstractAmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateHostedZoneResult> |
AmazonRoute53AsyncClient.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
java.util.concurrent.Future<CreateHostedZoneResult> |
AmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
This action creates a new hosted zone.
|
java.util.concurrent.Future<CreateHostedZoneResult> |
AbstractAmazonRoute53Async.createHostedZoneAsync(CreateHostedZoneRequest request,
AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateHostedZoneRequest |
CreateHostedZoneRequest.clone() |
CreateHostedZoneRequest |
CreateHostedZoneRequest.withCallerReference(java.lang.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(java.lang.String delegationSetId)
The delegation set id of the reusable delgation set whose NS records you
want to assign to the new hosted zone.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)
A complex type that contains an optional comment about your hosted zone.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withName(java.lang.String name)
The name of the domain.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateHostedZoneRequest> |
CreateHostedZoneRequestMarshaller.marshall(CreateHostedZoneRequest createHostedZoneRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateHostedZoneRequest> |
CreateHostedZoneRequestMarshaller.marshall(CreateHostedZoneRequest createHostedZoneRequest) |