Uses of Class
software.amazon.awssdk.services.ec2.model.CreateInternetGatewayResponse
Packages that use CreateInternetGatewayResponse
-
Uses of CreateInternetGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateInternetGatewayResponseModifier and TypeMethodDescriptiondefault CreateInternetGatewayResponseEc2Client.createInternetGateway()Creates an internet gateway for use with a VPC.default CreateInternetGatewayResponseEc2Client.createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest) Creates an internet gateway for use with a VPC.default CreateInternetGatewayResponseEc2Client.createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest) Creates an internet gateway for use with a VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateInternetGatewayResponseModifier and TypeMethodDescriptionEc2AsyncClient.createInternetGateway()Creates an internet gateway for use with a VPC.Ec2AsyncClient.createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest) Creates an internet gateway for use with a VPC.Ec2AsyncClient.createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest) Creates an internet gateway for use with a VPC.