Uses of Class
software.amazon.awssdk.services.ec2.model.CreateRouteTableResponse
Packages that use CreateRouteTableResponse
-
Uses of CreateRouteTableResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateRouteTableResponseModifier and TypeMethodDescriptiondefault CreateRouteTableResponseEc2Client.createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest) Creates a route table for the specified VPC.default CreateRouteTableResponseEc2Client.createRouteTable(CreateRouteTableRequest createRouteTableRequest) Creates a route table for the specified VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateRouteTableResponseModifier and TypeMethodDescriptionEc2AsyncClient.createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest) Creates a route table for the specified VPC.Ec2AsyncClient.createRouteTable(CreateRouteTableRequest createRouteTableRequest) Creates a route table for the specified VPC.