Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServer
-
Packages that use RouteServer Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of RouteServer in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServer Modifier and Type Method Description RouteServerCreateRouteServerResponse. routeServer()Information about the created route server.RouteServerDeleteRouteServerResponse. routeServer()Information about the deleted route server.RouteServerModifyRouteServerResponse. routeServer()Information about the modified route server.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServer Modifier and Type Method Description List<RouteServer>DescribeRouteServersResponse. routeServers()Information about the described route servers.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServer Modifier and Type Method Description CreateRouteServerResponse.BuilderCreateRouteServerResponse.Builder. routeServer(RouteServer routeServer)Information about the created route server.DeleteRouteServerResponse.BuilderDeleteRouteServerResponse.Builder. routeServer(RouteServer routeServer)Information about the deleted route server.ModifyRouteServerResponse.BuilderModifyRouteServerResponse.Builder. routeServer(RouteServer routeServer)Information about the modified route server.DescribeRouteServersResponse.BuilderDescribeRouteServersResponse.Builder. routeServers(RouteServer... routeServers)Information about the described route servers.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServer Modifier and Type Method Description DescribeRouteServersResponse.BuilderDescribeRouteServersResponse.Builder. routeServers(Collection<RouteServer> routeServers)Information about the described route servers. -
Uses of RouteServer in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type RouteServer Modifier and Type Method Description SdkIterable<RouteServer>DescribeRouteServersIterable. routeServers()Returns an iterable to iterate through the paginatedDescribeRouteServersResponse.routeServers()member.SdkPublisher<RouteServer>DescribeRouteServersPublisher. routeServers()Returns a publisher that can be used to get a stream of data.
-