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 VPCVPC. clone()VPCAssociateVPCWithHostedZoneRequest. getVPC()The VPC that you want your hosted zone to be associated with.VPCCreateHostedZoneRequest. getVPC()The VPC that you want your hosted zone to be associated with.VPCCreateHostedZoneResult. getVPC()VPCDisassociateVPCFromHostedZoneRequest. getVPC()The VPC that you want your hosted zone to be disassociated from.VPCVPC. withVPCId(String vPCId)VPCVPC. withVPCRegion(VPCRegion vPCRegion)VPCVPC. 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 voidAssociateVPCWithHostedZoneRequest. setVPC(VPC vPC)The VPC that you want your hosted zone to be associated with.voidCreateHostedZoneRequest. setVPC(VPC vPC)The VPC that you want your hosted zone to be associated with.voidCreateHostedZoneResult. setVPC(VPC vPC)voidDisassociateVPCFromHostedZoneRequest. setVPC(VPC vPC)The VPC that you want your hosted zone to be disassociated from.AssociateVPCWithHostedZoneRequestAssociateVPCWithHostedZoneRequest. withVPC(VPC vPC)The VPC that you want your hosted zone to be associated with.CreateHostedZoneRequestCreateHostedZoneRequest. withVPC(VPC vPC)The VPC that you want your hosted zone to be associated with.CreateHostedZoneResultCreateHostedZoneResult. withVPC(VPC vPC)DisassociateVPCFromHostedZoneRequestDisassociateVPCFromHostedZoneRequest. withVPC(VPC vPC)The VPC that you want your hosted zone to be disassociated from.GetHostedZoneResultGetHostedZoneResult. 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 voidGetHostedZoneResult. setVPCs(Collection<VPC> vPCs)A complex type that contains information about VPCs associated with the specified hosted zone.GetHostedZoneResultGetHostedZoneResult. withVPCs(Collection<VPC> vPCs)A complex type that contains information about VPCs associated with the specified hosted zone.
-