|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateRouteTableResult | |
---|---|
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 CreateRouteTableResult in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 that return CreateRouteTableResult | |
---|---|
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. |
Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateRouteTableResult | |
---|---|
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. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateRouteTableResult | |
---|---|
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. |
Uses of CreateRouteTableResult in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateRouteTableResult | |
---|---|
CreateRouteTableResult |
CreateRouteTableResult.withRouteTable(RouteTable routeTable)
Information about the route table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |