Uses of Class
com.amazonaws.services.ec2.model.CreateRouteTableResult
-
Packages that use CreateRouteTableResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateRouteTableResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateRouteTableResult Modifier and Type Method Description CreateRouteTableResult
AbstractAmazonEC2. createRouteTable(CreateRouteTableRequest request)
CreateRouteTableResult
AmazonEC2. createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.CreateRouteTableResult
AmazonEC2Client. createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateRouteTableResult Modifier and Type Method Description 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.Future<CreateRouteTableResult>
AmazonEC2AsyncClient. createRouteTableAsync(CreateRouteTableRequest request, AsyncHandler<CreateRouteTableRequest,CreateRouteTableResult> asyncHandler)
-
Uses of CreateRouteTableResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateRouteTableResult Modifier and Type Method Description CreateRouteTableResult
CreateRouteTableResult. clone()
CreateRouteTableResult
CreateRouteTableResult. withRouteTable(RouteTable routeTable)
Information about the route table.
-