Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AssociateRouteTableResult> |
AmazonEC2Async.associateRouteTableAsync(AssociateRouteTableRequest associateRouteTableRequest,
AsyncHandler<AssociateRouteTableRequest,AssociateRouteTableResult> asyncHandler)
Associates a subnet with a route table.
|
Future<AssociateRouteTableResult> |
AbstractAmazonEC2Async.associateRouteTableAsync(AssociateRouteTableRequest request,
AsyncHandler<AssociateRouteTableRequest,AssociateRouteTableResult> asyncHandler) |
Future<AssociateRouteTableResult> |
AmazonEC2AsyncClient.associateRouteTableAsync(AssociateRouteTableRequest request,
AsyncHandler<AssociateRouteTableRequest,AssociateRouteTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AssociateRouteTableRequest |
AssociateRouteTableRequest.clone() |
AssociateRouteTableRequest |
AssociateRouteTableRequest.withRouteTableId(String routeTableId)
The ID of the route table.
|
AssociateRouteTableRequest |
AssociateRouteTableRequest.withSubnetId(String subnetId)
The ID of the subnet.
|
Modifier and Type | Method and Description |
---|---|
Request<AssociateRouteTableRequest> |
AssociateRouteTableRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.