Uses of Class
software.amazon.awssdk.services.route53.model.AssociateVpcWithHostedZoneResponse
-
Packages that use AssociateVpcWithHostedZoneResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of AssociateVpcWithHostedZoneResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return AssociateVpcWithHostedZoneResponse 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.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type AssociateVpcWithHostedZoneResponse Modifier and Type Method Description default CompletableFuture<AssociateVpcWithHostedZoneResponse>Route53AsyncClient. associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest)Associates an Amazon VPC with a private hosted zone.default CompletableFuture<AssociateVpcWithHostedZoneResponse>Route53AsyncClient. associateVPCWithHostedZone(AssociateVpcWithHostedZoneRequest associateVpcWithHostedZoneRequest)Associates an Amazon VPC with a private hosted zone.
-