| 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 |
|---|---|
CreateRouteTableResult |
AmazonEC2Client.createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
CreateRouteTableResult |
AmazonEC2.createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
Future<CreateRouteTableResult> |
AmazonEC2AsyncClient.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
Future<CreateRouteTableResult> |
AmazonEC2Async.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
Future<CreateRouteTableResult> |
AmazonEC2AsyncClient.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest,
AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
Creates a route table for the specified VPC.
|
Future<CreateRouteTableResult> |
AmazonEC2Async.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest,
AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
Creates a route table for the specified VPC.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRouteTableResult> |
AmazonEC2AsyncClient.createRouteTableAsync(CreateRouteTableRequest createRouteTableRequest,
AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
Creates a route table for the specified VPC.
|
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.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 © 2019. All rights reserved.