Uses of Class
software.amazon.awssdk.services.route53.model.VPC
-
Packages that use VPC Package Description software.amazon.awssdk.services.route53.model -
-
Uses of VPC in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return VPC Modifier and Type Method Description VPCAssociateVpcWithHostedZoneRequest. vpc()A complex type that contains information about the VPC that you want to associate with a private hosted zone.VPCCreateHostedZoneRequest. vpc()(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.VPCCreateHostedZoneResponse. vpc()A complex type that contains information about an Amazon VPC that you associated with this hosted zone.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.VPCCreateVpcAssociationAuthorizationResponse. vpc()The VPC that you authorized associating with a hosted zone.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.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 VPC Modifier and Type Method Description List<VPC>GetHostedZoneResponse. vpCs()A complex type that contains information about the VPCs that are associated with the specified hosted zone.List<VPC>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 VPC Modifier and Type Method Description AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest.Builder. vpc(VPC vpc)A complex type that contains information about the VPC that you want to associate with a private hosted zone.CreateHostedZoneRequest.BuilderCreateHostedZoneRequest.Builder. vpc(VPC vpc)(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder. vpc(VPC vpc)A complex type that contains information about an Amazon VPC that you associated with this hosted zone.CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest.Builder. vpc(VPC vpc)A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.CreateVpcAssociationAuthorizationResponse.BuilderCreateVpcAssociationAuthorizationResponse.Builder. vpc(VPC vpc)The VPC that you authorized associating with a hosted zone.DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest.Builder. vpc(VPC 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.DisassociateVpcFromHostedZoneRequest.BuilderDisassociateVpcFromHostedZoneRequest.Builder. vpc(VPC vpc)A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.GetHostedZoneResponse.BuilderGetHostedZoneResponse.Builder. vpCs(VPC... vpCs)A complex type that contains information about the VPCs that are associated with the specified hosted zone.ListVpcAssociationAuthorizationsResponse.BuilderListVpcAssociationAuthorizationsResponse.Builder. vpCs(VPC... vpCs)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 VPC Modifier and Type Method Description GetHostedZoneResponse.BuilderGetHostedZoneResponse.Builder. vpCs(Collection<VPC> vpCs)A complex type that contains information about the VPCs that are associated with the specified hosted zone.ListVpcAssociationAuthorizationsResponse.BuilderListVpcAssociationAuthorizationsResponse.Builder. vpCs(Collection<VPC> vpCs)The list of VPCs that are authorized to be associated with the specified hosted zone.
-