Uses of Class
software.amazon.awssdk.services.ec2.model.CreateRouteServerResponse
Packages that use CreateRouteServerResponse
-
Uses of CreateRouteServerResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateRouteServerResponseModifier and TypeMethodDescriptiondefault 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 CreateRouteServerResponseModifier and TypeMethodDescriptionEc2AsyncClient.createRouteServer(Consumer<CreateRouteServerRequest.Builder> createRouteServerRequest) Creates a new route server to manage dynamic routing in a VPC.Ec2AsyncClient.createRouteServer(CreateRouteServerRequest createRouteServerRequest) Creates a new route server to manage dynamic routing in a VPC.