Uses of Class
software.amazon.awssdk.services.route53.model.AssociateVpcWithHostedZoneRequest
-
Packages that use AssociateVpcWithHostedZoneRequest Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.transform -
-
Uses of AssociateVpcWithHostedZoneRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type AssociateVpcWithHostedZoneRequest Modifier and Type Method Description default CompletableFuture<AssociateVpcWithHostedZoneResponse>Route53AsyncClient. associateVPCWithHostedZone(AssociateVpcWithHostedZoneRequest associateVpcWithHostedZoneRequest)Associates an Amazon VPC with a private hosted zone.default AssociateVpcWithHostedZoneResponseRoute53Client. associateVPCWithHostedZone(AssociateVpcWithHostedZoneRequest associateVpcWithHostedZoneRequest)Associates an Amazon VPC with a private hosted zone. -
Uses of AssociateVpcWithHostedZoneRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type AssociateVpcWithHostedZoneRequest Modifier and Type Method Description SdkHttpFullRequestAssociateVpcWithHostedZoneRequestMarshaller. marshall(AssociateVpcWithHostedZoneRequest associateVpcWithHostedZoneRequest)
-