Uses of Class
software.amazon.awssdk.services.ec2.model.CreateInternetGatewayResponse
-
Packages that use CreateInternetGatewayResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateInternetGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateInternetGatewayResponse Modifier and Type Method Description default 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 CreateInternetGatewayResponse Modifier and Type Method Description default CompletableFuture<CreateInternetGatewayResponse>Ec2AsyncClient. createInternetGateway()Creates an internet gateway for use with a VPC.default CompletableFuture<CreateInternetGatewayResponse>Ec2AsyncClient. createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)Creates an internet gateway for use with a VPC.default CompletableFuture<CreateInternetGatewayResponse>Ec2AsyncClient. createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest)Creates an internet gateway for use with a VPC.
-