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