Uses of Class
com.amazonaws.services.route53.model.AssociateVPCWithHostedZoneResult
-
Packages that use AssociateVPCWithHostedZoneResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of AssociateVPCWithHostedZoneResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return AssociateVPCWithHostedZoneResult Modifier and Type Method Description AssociateVPCWithHostedZoneResult
AbstractAmazonRoute53. associateVPCWithHostedZone(AssociateVPCWithHostedZoneRequest request)
AssociateVPCWithHostedZoneResult
AmazonRoute53. associateVPCWithHostedZone(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest)
This action associates a VPC with an hosted zone.AssociateVPCWithHostedZoneResult
AmazonRoute53Client. associateVPCWithHostedZone(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest)
This action associates a VPC with an hosted zone.Method parameters in com.amazonaws.services.route53 with type arguments of type AssociateVPCWithHostedZoneResult 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 AssociateVPCWithHostedZoneResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return AssociateVPCWithHostedZoneResult Modifier and Type Method Description AssociateVPCWithHostedZoneResult
AssociateVPCWithHostedZoneResult. clone()
AssociateVPCWithHostedZoneResult
AssociateVPCWithHostedZoneResult. withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of yourAssociateVPCWithHostedZoneRequest
.
-