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.detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
void |
AmazonEC2Client.detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
Future<Void> |
AmazonEC2AsyncClient.detachInternetGatewayAsync(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
Future<Void> |
AmazonEC2Async.detachInternetGatewayAsync(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
Future<Void> |
AmazonEC2AsyncClient.detachInternetGatewayAsync(DetachInternetGatewayRequest detachInternetGatewayRequest,
AsyncHandler<DetachInternetGatewayRequest,Void> asyncHandler)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
Future<Void> |
AmazonEC2Async.detachInternetGatewayAsync(DetachInternetGatewayRequest detachInternetGatewayRequest,
AsyncHandler<DetachInternetGatewayRequest,Void> asyncHandler)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.detachInternetGatewayAsync(DetachInternetGatewayRequest detachInternetGatewayRequest,
AsyncHandler<DetachInternetGatewayRequest,Void> asyncHandler)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
Future<Void> |
AmazonEC2Async.detachInternetGatewayAsync(DetachInternetGatewayRequest detachInternetGatewayRequest,
AsyncHandler<DetachInternetGatewayRequest,Void> asyncHandler)
Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC.
|
Modifier and Type | Method and Description |
---|---|
DetachInternetGatewayRequest |
DetachInternetGatewayRequest.withInternetGatewayId(String internetGatewayId)
The ID of the Internet gateway.
|
DetachInternetGatewayRequest |
DetachInternetGatewayRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<DetachInternetGatewayRequest> |
DetachInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.