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