Uses of Class
com.amazonaws.services.route53.model.CreateHostedZoneRequest
-
Packages that use CreateHostedZoneRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of CreateHostedZoneRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type CreateHostedZoneRequest 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 CreateHostedZoneRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return CreateHostedZoneRequest Modifier and Type Method Description CreateHostedZoneRequestCreateHostedZoneRequest. clone()CreateHostedZoneRequestCreateHostedZoneRequest. withCallerReference(String callerReference)A unique string that identifies the request and that allows failedCreateHostedZonerequests to be retried without the risk of executing the operation twice.CreateHostedZoneRequestCreateHostedZoneRequest. withDelegationSetId(String delegationSetId)The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.CreateHostedZoneRequestCreateHostedZoneRequest. withHostedZoneConfig(HostedZoneConfig hostedZoneConfig)A complex type that contains an optional comment about your hosted zone.CreateHostedZoneRequestCreateHostedZoneRequest. withName(String name)The name of the domain.CreateHostedZoneRequestCreateHostedZoneRequest. withVPC(VPC vPC)The VPC that you want your hosted zone to be associated with.
-