Uses of Class
software.amazon.awssdk.services.ec2.model.AttachInternetGatewayResponse
Packages that use AttachInternetGatewayResponse
-
Uses of AttachInternetGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AttachInternetGatewayResponseModifier and TypeMethodDescriptiondefault 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.default AttachInternetGatewayResponseEc2Client.attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest) Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AttachInternetGatewayResponseModifier 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.Ec2AsyncClient.attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest) Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC.