Uses of Class
software.amazon.awssdk.services.ec2.model.CreateRouteRequest
-
Packages that use CreateRouteRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateRouteRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateRouteRequest Modifier and Type Method Description default CompletableFuture<CreateRouteResponse>Ec2AsyncClient. createRoute(CreateRouteRequest createRouteRequest)Creates a route in a route table within a VPC.default CreateRouteResponseEc2Client. createRoute(CreateRouteRequest createRouteRequest)Creates a route in a route table within a VPC. -
Uses of CreateRouteRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateRouteRequest Modifier and Type Method Description SdkHttpFullRequestCreateRouteRequestMarshaller. marshall(CreateRouteRequest createRouteRequest)
-