Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerEndpoint
Packages that use RouteServerEndpoint
Package
Description
-
Uses of RouteServerEndpoint in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerEndpointModifier and TypeMethodDescriptionfinal RouteServerEndpointCreateRouteServerEndpointResponse.routeServerEndpoint()Information about the created route server endpoint.final RouteServerEndpointDeleteRouteServerEndpointResponse.routeServerEndpoint()Information about the deleted route server endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerEndpointModifier and TypeMethodDescriptionfinal List<RouteServerEndpoint>DescribeRouteServerEndpointsResponse.routeServerEndpoints()Information about the described route server endpoints.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerEndpointModifier and TypeMethodDescriptionCreateRouteServerEndpointResponse.Builder.routeServerEndpoint(RouteServerEndpoint routeServerEndpoint) Information about the created route server endpoint.DeleteRouteServerEndpointResponse.Builder.routeServerEndpoint(RouteServerEndpoint routeServerEndpoint) Information about the deleted route server endpoint.DescribeRouteServerEndpointsResponse.Builder.routeServerEndpoints(RouteServerEndpoint... routeServerEndpoints) Information about the described route server endpoints.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerEndpointModifier and TypeMethodDescriptionDescribeRouteServerEndpointsResponse.Builder.routeServerEndpoints(Collection<RouteServerEndpoint> routeServerEndpoints) Information about the described route server endpoints. -
Uses of RouteServerEndpoint in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type RouteServerEndpointModifier and TypeMethodDescriptionfinal SdkIterable<RouteServerEndpoint>DescribeRouteServerEndpointsIterable.routeServerEndpoints()Returns an iterable to iterate through the paginatedDescribeRouteServerEndpointsResponse.routeServerEndpoints()member.final SdkPublisher<RouteServerEndpoint>DescribeRouteServerEndpointsPublisher.routeServerEndpoints()Returns a publisher that can be used to get a stream of data.