| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AttachInternetGatewayResult |
AbstractAmazonEC2.attachInternetGateway(AttachInternetGatewayRequest request) |
AttachInternetGatewayResult |
AmazonEC2.attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet
and the VPC.
|
AttachInternetGatewayResult |
AmazonEC2Client.attachInternetGateway(AttachInternetGatewayRequest request)
Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet
and the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AttachInternetGatewayResult> |
AbstractAmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest request,
AsyncHandler<AttachInternetGatewayRequest,AttachInternetGatewayResult> asyncHandler) |
Future<AttachInternetGatewayResult> |
AmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest,
AsyncHandler<AttachInternetGatewayRequest,AttachInternetGatewayResult> asyncHandler)
Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet
and the VPC.
|
Future<AttachInternetGatewayResult> |
AmazonEC2AsyncClient.attachInternetGatewayAsync(AttachInternetGatewayRequest request,
AsyncHandler<AttachInternetGatewayRequest,AttachInternetGatewayResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AttachInternetGatewayResult |
AttachInternetGatewayResult.clone() |
Copyright © 2022. All rights reserved.