Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an Internet gateway to a VPC, enabling connectivity between
the Internet and the VPC.
|
void |
AmazonEC2Client.attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an Internet gateway to a VPC, enabling connectivity between
the Internet and the VPC.
|
Future<Void> |
AmazonEC2AsyncClient.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an Internet gateway to a VPC, enabling connectivity between
the Internet and the VPC.
|
Future<Void> |
AmazonEC2Async.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an Internet gateway to a VPC, enabling connectivity between
the Internet and the VPC.
|
Future<Void> |
AmazonEC2AsyncClient.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest,
AsyncHandler<AttachInternetGatewayRequest,Void> asyncHandler)
Attaches an Internet gateway to a VPC, enabling connectivity between
the Internet and the VPC.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest,
AsyncHandler<AttachInternetGatewayRequest,Void> asyncHandler)
Attaches an Internet gateway to a VPC, enabling connectivity between
the Internet and the VPC.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.