Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerPeer
Packages that use RouteServerPeer
Package
Description
-
Uses of RouteServerPeer in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerPeerModifier and TypeMethodDescriptionfinal RouteServerPeerCreateRouteServerPeerResponse.routeServerPeer()Information about the created route server peer.final RouteServerPeerDeleteRouteServerPeerResponse.routeServerPeer()Information about the deleted route server peer.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerPeerModifier and TypeMethodDescriptionfinal List<RouteServerPeer>DescribeRouteServerPeersResponse.routeServerPeers()Information about the described route server peers.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerPeerModifier and TypeMethodDescriptionCreateRouteServerPeerResponse.Builder.routeServerPeer(RouteServerPeer routeServerPeer) Information about the created route server peer.DeleteRouteServerPeerResponse.Builder.routeServerPeer(RouteServerPeer routeServerPeer) Information about the deleted route server peer.DescribeRouteServerPeersResponse.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 RouteServerPeerModifier and TypeMethodDescriptionDescribeRouteServerPeersResponse.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 RouteServerPeerModifier and TypeMethodDescriptionfinal SdkIterable<RouteServerPeer>DescribeRouteServerPeersIterable.routeServerPeers()Returns an iterable to iterate through the paginatedDescribeRouteServerPeersResponse.routeServerPeers()member.final SdkPublisher<RouteServerPeer>DescribeRouteServerPeersPublisher.routeServerPeers()Returns a publisher that can be used to get a stream of data.