Uses of Class
com.amazonaws.services.route53.model.AssociateVPCWithHostedZoneRequest
Packages that use AssociateVPCWithHostedZoneRequest
-
Uses of AssociateVPCWithHostedZoneRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type AssociateVPCWithHostedZoneRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53.associateVPCWithHostedZone
(AssociateVPCWithHostedZoneRequest request) AmazonRoute53.associateVPCWithHostedZone
(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest) This action associates a VPC with an hosted zone.AmazonRoute53Client.associateVPCWithHostedZone
(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest) This action associates a VPC with an hosted zone.AbstractAmazonRoute53Async.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest request) AbstractAmazonRoute53Async.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest request, AsyncHandler<AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResult> asyncHandler) AmazonRoute53Async.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest) This action associates a VPC with an hosted zone.AmazonRoute53Async.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest, AsyncHandler<AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResult> asyncHandler) This action associates a VPC with an hosted zone.AmazonRoute53AsyncClient.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest request) AmazonRoute53AsyncClient.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest request, AsyncHandler<AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type AssociateVPCWithHostedZoneRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest request, AsyncHandler<AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResult> asyncHandler) AmazonRoute53Async.associateVPCWithHostedZoneAsync
(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest, AsyncHandler<AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResult> asyncHandler) This action associates a VPC with an hosted zone.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 AssociateVPCWithHostedZoneRequestModifier and TypeMethodDescriptionAssociateVPCWithHostedZoneRequest.clone()
AssociateVPCWithHostedZoneRequest.withComment
(String comment) Optional: Any comments you want to include about aAssociateVPCWithHostedZoneRequest
.AssociateVPCWithHostedZoneRequest.withHostedZoneId
(String hostedZoneId) The ID of the hosted zone you want to associate your VPC with.The VPC that you want your hosted zone to be associated with.