Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnRoute
-
Packages that use ClientVpnRoute Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 ClientVpnRoute Modifier and Type Method Description List<ClientVpnRoute>DescribeClientVpnRoutesResponse. routes()Information about the Client VPN endpoint routes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnRoute Modifier and Type Method Description DescribeClientVpnRoutesResponse.BuilderDescribeClientVpnRoutesResponse.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 ClientVpnRoute Modifier and Type Method Description DescribeClientVpnRoutesResponse.BuilderDescribeClientVpnRoutesResponse.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 ClientVpnRoute Modifier and Type Method Description SdkIterable<ClientVpnRoute>DescribeClientVpnRoutesIterable. routes()Returns an iterable to iterate through the paginatedDescribeClientVpnRoutesResponse.routes()member.SdkPublisher<ClientVpnRoute>DescribeClientVpnRoutesPublisher. routes()Returns a publisher that can be used to get a stream of data.
-