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