Uses of Class
software.amazon.awssdk.services.route53.model.VPC

Packages that use VPC
  • Uses of VPC in software.amazon.awssdk.services.route53.model

    Modifier and Type
    Method
    Description
    final VPC
    AssociateVpcWithHostedZoneRequest.vpc()
    A complex type that contains information about the VPC that you want to associate with a private hosted zone.
    final VPC
    CreateHostedZoneRequest.vpc()
    (Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.
    final VPC
    CreateHostedZoneResponse.vpc()
    A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
    final VPC
    CreateVpcAssociationAuthorizationRequest.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 VPC
    CreateVpcAssociationAuthorizationResponse.vpc()
    The VPC that you authorized associating with a hosted zone.
    final VPC
    DeleteVpcAssociationAuthorizationRequest.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 VPC
    DisassociateVpcFromHostedZoneRequest.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
    final List<VPC>
    GetHostedZoneResponse.vpCs()
    A complex type that contains information about the VPCs that are associated with the specified hosted zone.
    final 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.Builder.vpc(VPC vpc)
    A complex type that contains information about the VPC that you want to associate with a private hosted zone.
    CreateHostedZoneRequest.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.Builder.vpc(VPC vpc)
    A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
    CreateVpcAssociationAuthorizationRequest.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.Builder.vpc(VPC vpc)
    The VPC that you authorized associating with a hosted zone.
    DeleteVpcAssociationAuthorizationRequest.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.Builder.vpc(VPC vpc)
    A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
    GetHostedZoneResponse.Builder.vpCs(VPC... vpCs)
    A complex type that contains information about the VPCs that are associated with the specified hosted zone.
    ListVpcAssociationAuthorizationsResponse.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.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.