Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnRoute
Packages that use ClientVpnRoute
Package
Description
-
Uses of ClientVpnRoute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnRouteModifier and TypeMethodDescriptionfinal List<ClientVpnRoute>DescribeClientVpnRoutesResponse.routes()Information about the Client VPN endpoint routes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnRouteModifier and TypeMethodDescriptionDescribeClientVpnRoutesResponse.Builder.routes(ClientVpnRoute... routes) Information about the Client VPN endpoint routes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ClientVpnRouteModifier and TypeMethodDescriptionDescribeClientVpnRoutesResponse.Builder.routes(Collection<ClientVpnRoute> routes) Information about the Client VPN endpoint routes. -
Uses of ClientVpnRoute in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ClientVpnRouteModifier and TypeMethodDescriptionfinal SdkIterable<ClientVpnRoute>DescribeClientVpnRoutesIterable.routes()Returns an iterable to iterate through the paginatedDescribeClientVpnRoutesResponse.routes()member.final SdkPublisher<ClientVpnRoute>DescribeClientVpnRoutesPublisher.routes()Returns a publisher that can be used to get a stream of data.