Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsResponse
-
Packages that use DescribeNetworkInsightsPathsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeNetworkInsightsPathsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeNetworkInsightsPathsResponse Modifier and Type Method Description default DescribeNetworkInsightsPathsResponseEc2Client. describeNetworkInsightsPaths(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)Describes one or more of your paths.default DescribeNetworkInsightsPathsResponseEc2Client. describeNetworkInsightsPaths(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)Describes one or more of your paths.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeNetworkInsightsPathsResponse Modifier and Type Method Description default CompletableFuture<DescribeNetworkInsightsPathsResponse>Ec2AsyncClient. describeNetworkInsightsPaths(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)Describes one or more of your paths.default CompletableFuture<DescribeNetworkInsightsPathsResponse>Ec2AsyncClient. describeNetworkInsightsPaths(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)Describes one or more of your paths. -
Uses of DescribeNetworkInsightsPathsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeNetworkInsightsPathsResponse Modifier and Type Method Description Iterator<DescribeNetworkInsightsPathsResponse>DescribeNetworkInsightsPathsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeNetworkInsightsPathsResponse Modifier and Type Method Description voidDescribeNetworkInsightsPathsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeNetworkInsightsPathsResponse> subscriber)
-