|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DetachInternetGatewayRequest | |
---|---|
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. |
Uses of DetachInternetGatewayRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DetachInternetGatewayRequest | |
---|---|
void |
AmazonEC2Client.detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC. |
void |
AmazonEC2.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. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type DetachInternetGatewayRequest | |
---|---|
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. |
Uses of DetachInternetGatewayRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DetachInternetGatewayRequest | |
---|---|
DetachInternetGatewayRequest |
DetachInternetGatewayRequest.withInternetGatewayId(String internetGatewayId)
The ID of the Internet gateway. |
DetachInternetGatewayRequest |
DetachInternetGatewayRequest.withVpcId(String vpcId)
The ID of the VPC. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type DetachInternetGatewayRequest | |
---|---|
Request<DetachInternetGatewayRequest> |
DetachInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |