Uses of Class
software.amazon.awssdk.services.route53.model.ConflictingDomainExistsException
-
Packages that use ConflictingDomainExistsException Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ConflictingDomainExistsException in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that throw ConflictingDomainExistsException Modifier and Type Method Description default AssociateVpcWithHostedZoneResponseRoute53Client. associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest)Associates an Amazon VPC with a private hosted zone.default AssociateVpcWithHostedZoneResponseRoute53Client. associateVPCWithHostedZone(AssociateVpcWithHostedZoneRequest associateVpcWithHostedZoneRequest)Associates an Amazon VPC with a private hosted zone.default CreateHostedZoneResponseRoute53Client. createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest)Creates a new public or private hosted zone.default CreateHostedZoneResponseRoute53Client. createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)Creates a new public or private hosted zone.
-