Uses of Class
com.amazonaws.services.route53.model.VPC
-
Packages that use VPC Package Description com.amazonaws.services.route53.model -
-
Uses of VPC in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return VPC Modifier and Type Method Description VPC
VPC. clone()
VPC
AssociateVPCWithHostedZoneRequest. getVPC()
The VPC that you want your hosted zone to be associated with.VPC
CreateHostedZoneRequest. getVPC()
The VPC that you want your hosted zone to be associated with.VPC
CreateHostedZoneResult. getVPC()
VPC
DisassociateVPCFromHostedZoneRequest. getVPC()
The VPC that you want your hosted zone to be disassociated from.VPC
VPC. withVPCId(String vPCId)
VPC
VPC. withVPCRegion(VPCRegion vPCRegion)
VPC
VPC. withVPCRegion(String vPCRegion)
Methods in com.amazonaws.services.route53.model that return types with arguments of type VPC Modifier and Type Method Description List<VPC>
GetHostedZoneResult. getVPCs()
A complex type that contains information about VPCs associated with the specified hosted zone.Methods in com.amazonaws.services.route53.model with parameters of type VPC Modifier and Type Method Description void
AssociateVPCWithHostedZoneRequest. setVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.void
CreateHostedZoneRequest. setVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.void
CreateHostedZoneResult. setVPC(VPC vPC)
void
DisassociateVPCFromHostedZoneRequest. setVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.AssociateVPCWithHostedZoneRequest
AssociateVPCWithHostedZoneRequest. withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.CreateHostedZoneRequest
CreateHostedZoneRequest. withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.CreateHostedZoneResult
CreateHostedZoneResult. withVPC(VPC vPC)
DisassociateVPCFromHostedZoneRequest
DisassociateVPCFromHostedZoneRequest. withVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.GetHostedZoneResult
GetHostedZoneResult. withVPCs(VPC... vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.Method parameters in com.amazonaws.services.route53.model with type arguments of type VPC Modifier and Type Method Description void
GetHostedZoneResult. setVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.GetHostedZoneResult
GetHostedZoneResult. withVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.
-