Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse
-
Packages that use DescribeClientVpnRoutesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeClientVpnRoutesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeClientVpnRoutesResponse Modifier and Type Method Description default 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 DescribeClientVpnRoutesResponse Modifier and Type Method Description default CompletableFuture<DescribeClientVpnRoutesResponse>Ec2AsyncClient. describeClientVpnRoutes(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)Describes the routes for the specified Client VPN endpoint.default CompletableFuture<DescribeClientVpnRoutesResponse>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 DescribeClientVpnRoutesResponse Modifier and Type Method Description Iterator<DescribeClientVpnRoutesResponse>DescribeClientVpnRoutesIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeClientVpnRoutesResponse Modifier and Type Method Description voidDescribeClientVpnRoutesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeClientVpnRoutesResponse> subscriber)
-