Uses of Class
software.amazon.awssdk.services.route53.model.AssociateVpcWithHostedZoneResponse
Packages that use AssociateVpcWithHostedZoneResponse
Package
Description
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 AssociateVpcWithHostedZoneResponseModifier and TypeMethodDescriptionRoute53Client.associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest) Associates an Amazon VPC with a private hosted zone.Route53Client.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 AssociateVpcWithHostedZoneResponseModifier and TypeMethodDescriptionRoute53AsyncClient.associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest) Associates an Amazon VPC with a private hosted zone.Route53AsyncClient.associateVPCWithHostedZone(AssociateVpcWithHostedZoneRequest associateVpcWithHostedZoneRequest) Associates an Amazon VPC with a private hosted zone.