Uses of Interface
software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions
Packages that use GatewayVpcEndpointOptions
-
Uses of GatewayVpcEndpointOptions in software.amazon.awscdk.services.ec2
Subinterfaces of GatewayVpcEndpointOptions in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
Construction properties for a GatewayVpcEndpoint.Classes in software.amazon.awscdk.services.ec2 that implement GatewayVpcEndpointOptionsModifier and TypeClassDescriptionstatic final class
An implementation forGatewayVpcEndpointOptions
static final class
An implementation forGatewayVpcEndpointProps
Methods in software.amazon.awscdk.services.ec2 that return GatewayVpcEndpointOptionsModifier and TypeMethodDescriptionGatewayVpcEndpointOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type GatewayVpcEndpointOptionsModifier and TypeMethodDescriptiondefault Map<String,
GatewayVpcEndpointOptions> VpcProps.getGatewayEndpoints()
Gateway endpoints to add to this VPC.final Map<String,
GatewayVpcEndpointOptions> VpcProps.Jsii$Proxy.getGatewayEndpoints()
Methods in software.amazon.awscdk.services.ec2 with parameters of type GatewayVpcEndpointOptionsModifier and TypeMethodDescriptionIVpc.addGatewayEndpoint
(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.default GatewayVpcEndpoint
IVpc.Jsii$Default.addGatewayEndpoint
(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.final GatewayVpcEndpoint
IVpc.Jsii$Proxy.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.Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type GatewayVpcEndpointOptionsModifier and TypeMethodDescriptionVpc.Builder.gatewayEndpoints
(Map<String, ? extends GatewayVpcEndpointOptions> gatewayEndpoints) Gateway endpoints to add to this VPC.VpcProps.Builder.gatewayEndpoints
(Map<String, ? extends GatewayVpcEndpointOptions> gatewayEndpoints) Sets the value ofVpcProps.getGatewayEndpoints()