Uses of Class
com.amazonaws.services.route53.model.CreateHostedZoneResult
Packages that use CreateHostedZoneResult
-
Uses of CreateHostedZoneResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return CreateHostedZoneResultModifier and TypeMethodDescriptionAbstractAmazonRoute53.createHostedZone
(CreateHostedZoneRequest request) AmazonRoute53.createHostedZone
(CreateHostedZoneRequest createHostedZoneRequest) This action creates a new hosted zone.AmazonRoute53Client.createHostedZone
(CreateHostedZoneRequest createHostedZoneRequest) This action creates a new hosted zone.Methods in com.amazonaws.services.route53 that return types with arguments of type CreateHostedZoneResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.createHostedZoneAsync
(CreateHostedZoneRequest request) AbstractAmazonRoute53Async.createHostedZoneAsync
(CreateHostedZoneRequest request, AsyncHandler<CreateHostedZoneRequest, CreateHostedZoneResult> asyncHandler) AmazonRoute53Async.createHostedZoneAsync
(CreateHostedZoneRequest createHostedZoneRequest) This action creates a new hosted zone.AmazonRoute53Async.createHostedZoneAsync
(CreateHostedZoneRequest createHostedZoneRequest, AsyncHandler<CreateHostedZoneRequest, CreateHostedZoneResult> asyncHandler) This action creates a new hosted zone.AmazonRoute53AsyncClient.createHostedZoneAsync
(CreateHostedZoneRequest request) AmazonRoute53AsyncClient.createHostedZoneAsync
(CreateHostedZoneRequest request, AsyncHandler<CreateHostedZoneRequest, CreateHostedZoneResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type CreateHostedZoneResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.createHostedZoneAsync
(CreateHostedZoneRequest request, AsyncHandler<CreateHostedZoneRequest, CreateHostedZoneResult> asyncHandler) AmazonRoute53Async.createHostedZoneAsync
(CreateHostedZoneRequest createHostedZoneRequest, AsyncHandler<CreateHostedZoneRequest, CreateHostedZoneResult> asyncHandler) This action creates a new hosted zone.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 CreateHostedZoneResultModifier and TypeMethodDescriptionCreateHostedZoneResult.clone()
CreateHostedZoneResult.withChangeInfo
(ChangeInfo changeInfo) A complex type that contains information about the request to create a hosted zone.CreateHostedZoneResult.withDelegationSet
(DelegationSet delegationSet) A complex type that contains name server information.CreateHostedZoneResult.withHostedZone
(HostedZone hostedZone) A complex type that contains identifying information about the hosted zone.CreateHostedZoneResult.withLocation
(String location) The unique URL representing the new hosted zone.