| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInternetGatewayResponse |
CreateInternetGatewayResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.