Uses of Class
com.amazonaws.services.ec2.model.CreateRouteTableRequest
-
Packages that use CreateRouteTableRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateRouteTableRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateRouteTableRequest 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 CreateRouteTableRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateRouteTableRequest Modifier and Type Method Description CreateRouteTableRequest
CreateRouteTableRequest. clone()
CreateRouteTableRequest
CreateRouteTableRequest. withVpcId(String vpcId)
The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateRouteTableRequest Modifier and Type Method Description Request<CreateRouteTableRequest>
CreateRouteTableRequest. getDryRunRequest()
This method is intended for internal use only.
-