Uses of Class
software.amazon.awssdk.services.ec2.model.CreateRouteServerResponse
-
Packages that use CreateRouteServerResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateRouteServerResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateRouteServerResponse Modifier and Type Method Description default CreateRouteServerResponseEc2Client. createRouteServer(Consumer<CreateRouteServerRequest.Builder> createRouteServerRequest)Creates a new route server to manage dynamic routing in a VPC.default CreateRouteServerResponseEc2Client. createRouteServer(CreateRouteServerRequest createRouteServerRequest)Creates a new route server to manage dynamic routing in a VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateRouteServerResponse Modifier and Type Method Description default CompletableFuture<CreateRouteServerResponse>Ec2AsyncClient. createRouteServer(Consumer<CreateRouteServerRequest.Builder> createRouteServerRequest)Creates a new route server to manage dynamic routing in a VPC.default CompletableFuture<CreateRouteServerResponse>Ec2AsyncClient. createRouteServer(CreateRouteServerRequest createRouteServerRequest)Creates a new route server to manage dynamic routing in a VPC.
-