Uses of Class
com.amazonaws.services.route53.model.AssociateVPCWithHostedZoneRequest
-
Packages that use AssociateVPCWithHostedZoneRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of AssociateVPCWithHostedZoneRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type AssociateVPCWithHostedZoneRequest Modifier and Type Method Description Future<AssociateVPCWithHostedZoneResult>AbstractAmazonRoute53Async. associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request, AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler)Future<AssociateVPCWithHostedZoneResult>AmazonRoute53Async. associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest, AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler)This action associates a VPC with an hosted zone.Future<AssociateVPCWithHostedZoneResult>AmazonRoute53AsyncClient. associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request, AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler) -
Uses of AssociateVPCWithHostedZoneRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return AssociateVPCWithHostedZoneRequest Modifier and Type Method Description AssociateVPCWithHostedZoneRequestAssociateVPCWithHostedZoneRequest. clone()AssociateVPCWithHostedZoneRequestAssociateVPCWithHostedZoneRequest. withComment(String comment)Optional: Any comments you want to include about aAssociateVPCWithHostedZoneRequest.AssociateVPCWithHostedZoneRequestAssociateVPCWithHostedZoneRequest. withHostedZoneId(String hostedZoneId)The ID of the hosted zone you want to associate your VPC with.AssociateVPCWithHostedZoneRequestAssociateVPCWithHostedZoneRequest. withVPC(VPC vPC)The VPC that you want your hosted zone to be associated with.
-