Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
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 |
---|---|
AttachInternetGatewayRequest |
AttachInternetGatewayRequest.clone() |
AttachInternetGatewayRequest |
AttachInternetGatewayRequest.withInternetGatewayId(String internetGatewayId)
The ID of the internet gateway.
|
AttachInternetGatewayRequest |
AttachInternetGatewayRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<AttachInternetGatewayRequest> |
AttachInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.