| Package | Description |
|---|---|
| com.amazonaws.services.ec2 | |
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonEC2Client.attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an Internet gateway to a VPC, enabling connectivity between the
Internet and the VPC.
|
void |
AmazonEC2.attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an Internet gateway to a VPC, enabling connectivity between the
Internet and the VPC.
|
void |
AbstractAmazonEC2.attachInternetGateway(AttachInternetGatewayRequest request) |
Future<Void> |
AmazonEC2AsyncClient.attachInternetGatewayAsync(AttachInternetGatewayRequest request) |
Future<Void> |
AmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an Internet gateway to a VPC, enabling connectivity between the
Internet and the VPC.
|
Future<Void> |
AbstractAmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest request) |
Future<Void> |
AmazonEC2AsyncClient.attachInternetGatewayAsync(AttachInternetGatewayRequest request,
AsyncHandler<AttachInternetGatewayRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest,
AsyncHandler<AttachInternetGatewayRequest,Void> asyncHandler)
Attaches an Internet gateway to a VPC, enabling connectivity between the
Internet and the VPC.
|
Future<Void> |
AbstractAmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest request,
AsyncHandler<AttachInternetGatewayRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonEC2AsyncClient.attachInternetGatewayAsync(AttachInternetGatewayRequest request,
AsyncHandler<AttachInternetGatewayRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest,
AsyncHandler<AttachInternetGatewayRequest,Void> asyncHandler)
Attaches an Internet gateway to a VPC, enabling connectivity between the
Internet and the VPC.
|
Future<Void> |
AbstractAmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest request,
AsyncHandler<AttachInternetGatewayRequest,Void> 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 © 2016. All rights reserved.