Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachInternetGatewayRequest.Builder
Packages that use AttachInternetGatewayRequest.Builder
Package
Description
-
Uses of AttachInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest) Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC.default AttachInternetGatewayResponseEc2Client.attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest) Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. -
Uses of AttachInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttachInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionAttachInternetGatewayRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AttachInternetGatewayRequest.Builder.internetGatewayId(String internetGatewayId) The ID of the internet gateway.AttachInternetGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AttachInternetGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AttachInternetGatewayRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttachInternetGatewayRequest.Builder>AttachInternetGatewayRequest.serializableBuilderClass()