Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServer
Packages that use RouteServer
Package
Description
-
Uses of RouteServer in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerModifier and TypeMethodDescriptionfinal RouteServerCreateRouteServerResponse.routeServer()Information about the created route server.final RouteServerDeleteRouteServerResponse.routeServer()Information about the deleted route server.final RouteServerModifyRouteServerResponse.routeServer()Information about the modified route server.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerModifier and TypeMethodDescriptionfinal List<RouteServer>DescribeRouteServersResponse.routeServers()Information about the described route servers.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerModifier and TypeMethodDescriptionCreateRouteServerResponse.Builder.routeServer(RouteServer routeServer) Information about the created route server.DeleteRouteServerResponse.Builder.routeServer(RouteServer routeServer) Information about the deleted route server.ModifyRouteServerResponse.Builder.routeServer(RouteServer routeServer) Information about the modified route server.DescribeRouteServersResponse.Builder.routeServers(RouteServer... routeServers) Information about the described route servers.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerModifier and TypeMethodDescriptionDescribeRouteServersResponse.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 RouteServerModifier and TypeMethodDescriptionfinal SdkIterable<RouteServer>DescribeRouteServersIterable.routeServers()Returns an iterable to iterate through the paginatedDescribeRouteServersResponse.routeServers()member.final SdkPublisher<RouteServer>DescribeRouteServersPublisher.routeServers()Returns a publisher that can be used to get a stream of data.