Uses of Class
software.amazon.awssdk.services.route53.model.VPC
Packages that use VPC
-
Uses of VPC in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return VPCModifier and TypeMethodDescriptionfinal VPCAssociateVpcWithHostedZoneRequest.vpc()A complex type that contains information about the VPC that you want to associate with a private hosted zone.final VPCCreateHostedZoneRequest.vpc()(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.final VPCCreateHostedZoneResponse.vpc()A complex type that contains information about an Amazon VPC that you associated with this hosted zone.final VPCCreateVpcAssociationAuthorizationRequest.vpc()A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.final VPCCreateVpcAssociationAuthorizationResponse.vpc()The VPC that you authorized associating with a hosted zone.final VPCDeleteVpcAssociationAuthorizationRequest.vpc()When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.final VPCDisassociateVpcFromHostedZoneRequest.vpc()A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type VPCModifier and TypeMethodDescriptionGetHostedZoneResponse.vpCs()A complex type that contains information about the VPCs that are associated with the specified hosted zone.ListVpcAssociationAuthorizationsResponse.vpCs()The list of VPCs that are authorized to be associated with the specified hosted zone.Methods in software.amazon.awssdk.services.route53.model with parameters of type VPCModifier and TypeMethodDescriptionA complex type that contains information about the VPC that you want to associate with a private hosted zone.(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.A complex type that contains information about an Amazon VPC that you associated with this hosted zone.A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.The VPC that you authorized associating with a hosted zone.When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.A complex type that contains information about the VPCs that are associated with the specified hosted zone.The list of VPCs that are authorized to be associated with the specified hosted zone.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type VPCModifier and TypeMethodDescriptionGetHostedZoneResponse.Builder.vpCs(Collection<VPC> vpCs) A complex type that contains information about the VPCs that are associated with the specified hosted zone.ListVpcAssociationAuthorizationsResponse.Builder.vpCs(Collection<VPC> vpCs) The list of VPCs that are authorized to be associated with the specified hosted zone.