| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 | 
 | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateRouteTableResult> | 
AmazonEC2AsyncClient.createRouteTableAsync(CreateRouteTableRequest request,
                     AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)  | 
Future<CreateRouteTableResult> | 
AbstractAmazonEC2Async.createRouteTableAsync(CreateRouteTableRequest request,
                     AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)  | 
Future<CreateRouteTableResult> | 
AmazonEC2Async.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest,
                     AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
 Creates a route table for the specified VPC. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateRouteTableRequest | 
CreateRouteTableRequest.clone()  | 
CreateRouteTableRequest | 
CreateRouteTableRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
 The tags to assign to the route table. 
 | 
CreateRouteTableRequest | 
CreateRouteTableRequest.withTagSpecifications(TagSpecification... tagSpecifications)
 The tags to assign to the route table. 
 | 
CreateRouteTableRequest | 
CreateRouteTableRequest.withVpcId(String vpcId)
 The ID of the VPC. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Request<CreateRouteTableRequest> | 
CreateRouteTableRequest.getDryRunRequest()
This method is intended for internal use only. 
 | 
Copyright © 2021. All rights reserved.