Uses of Class
com.amazonaws.services.route53.model.CreateHostedZoneResult
-
Packages that use CreateHostedZoneResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of CreateHostedZoneResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return CreateHostedZoneResult Modifier and Type Method 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.Method parameters in com.amazonaws.services.route53 with type arguments of type CreateHostedZoneResult Modifier and Type Method Description Future<CreateHostedZoneResult>
AbstractAmazonRoute53Async. createHostedZoneAsync(CreateHostedZoneRequest request, AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
Future<CreateHostedZoneResult>
AmazonRoute53Async. createHostedZoneAsync(CreateHostedZoneRequest createHostedZoneRequest, AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
This action creates a new hosted zone.Future<CreateHostedZoneResult>
AmazonRoute53AsyncClient. createHostedZoneAsync(CreateHostedZoneRequest request, AsyncHandler<CreateHostedZoneRequest,CreateHostedZoneResult> asyncHandler)
-
Uses of CreateHostedZoneResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return CreateHostedZoneResult Modifier and Type Method 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)
-