| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateInternetGatewayResponse |
Ec2Client.createInternetGateway()
Creates an internet gateway for use with a VPC.
|
default CreateInternetGatewayResponse |
Ec2Client.createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
default CreateInternetGatewayResponse |
Ec2Client.createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.