Uses of Class
software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
Packages that use GatewayVpcEndpoint
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of GatewayVpcEndpoint in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return GatewayVpcEndpointModifier and TypeMethodDescriptionIVpc.addGatewayEndpoint(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.default GatewayVpcEndpointIVpc.Jsii$Default.addGatewayEndpoint(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.Vpc.addGatewayEndpoint(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.GatewayVpcEndpoint.Builder.build() -
Uses of GatewayVpcEndpoint in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return GatewayVpcEndpointModifier and TypeMethodDescriptionVpcV2Base.addGatewayEndpoint(String id, GatewayVpcEndpointOptions options) (experimental) Adds a new gateway endpoint to this VPC.