Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse
Packages that use DescribeClientVpnRoutesResponse
Package
Description
-
Uses of DescribeClientVpnRoutesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeClientVpnRoutesResponseModifier and TypeMethodDescriptiondefault DescribeClientVpnRoutesResponseEc2Client.describeClientVpnRoutes(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest) Describes the routes for the specified Client VPN endpoint.default DescribeClientVpnRoutesResponseEc2Client.describeClientVpnRoutes(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest) Describes the routes for the specified Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeClientVpnRoutesResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeClientVpnRoutes(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest) Describes the routes for the specified Client VPN endpoint.Ec2AsyncClient.describeClientVpnRoutes(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest) Describes the routes for the specified Client VPN endpoint. -
Uses of DescribeClientVpnRoutesResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeClientVpnRoutesResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeClientVpnRoutesResponseModifier and TypeMethodDescriptionvoidDescribeClientVpnRoutesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeClientVpnRoutesResponse> subscriber)