Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
CreateHostedZoneResult |
AbstractAmazonRoute53.createHostedZone(CreateHostedZoneRequest request) |
CreateHostedZoneResult |
AmazonRoute53.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
This action creates a new hosted zone.
|
CreateHostedZoneResult |
AmazonRoute53Client.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
This action creates a new hosted zone.
|
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)
This action creates a new hosted zone.
|
Modifier and Type | Method and Description |
---|---|
CreateHostedZoneResult |
CreateHostedZoneResult.clone() |
CreateHostedZoneResult |
CreateHostedZoneResult.withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a
hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted
zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withLocation(String location)
The unique URL representing the new hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withVPC(VPC vPC) |
Copyright © 2018. All rights reserved.