Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerPeer
-
Packages that use RouteServerPeer Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of RouteServerPeer in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerPeer Modifier and Type Method Description RouteServerPeerCreateRouteServerPeerResponse. routeServerPeer()Information about the created route server peer.RouteServerPeerDeleteRouteServerPeerResponse. routeServerPeer()Information about the deleted route server peer.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerPeer Modifier and Type Method Description List<RouteServerPeer>DescribeRouteServerPeersResponse. routeServerPeers()Information about the described route server peers.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerPeer Modifier and Type Method Description CreateRouteServerPeerResponse.BuilderCreateRouteServerPeerResponse.Builder. routeServerPeer(RouteServerPeer routeServerPeer)Information about the created route server peer.DeleteRouteServerPeerResponse.BuilderDeleteRouteServerPeerResponse.Builder. routeServerPeer(RouteServerPeer routeServerPeer)Information about the deleted route server peer.DescribeRouteServerPeersResponse.BuilderDescribeRouteServerPeersResponse.Builder. routeServerPeers(RouteServerPeer... routeServerPeers)Information about the described route server peers.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerPeer Modifier and Type Method Description DescribeRouteServerPeersResponse.BuilderDescribeRouteServerPeersResponse.Builder. routeServerPeers(Collection<RouteServerPeer> routeServerPeers)Information about the described route server peers. -
Uses of RouteServerPeer in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type RouteServerPeer Modifier and Type Method Description SdkIterable<RouteServerPeer>DescribeRouteServerPeersIterable. routeServerPeers()Returns an iterable to iterate through the paginatedDescribeRouteServerPeersResponse.routeServerPeers()member.SdkPublisher<RouteServerPeer>DescribeRouteServerPeersPublisher. routeServerPeers()Returns a publisher that can be used to get a stream of data.
-