Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInsightsAnalysis
-
Packages that use NetworkInsightsAnalysis Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of NetworkInsightsAnalysis in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsAnalysis Modifier and Type Method Description NetworkInsightsAnalysisStartNetworkInsightsAnalysisResponse. networkInsightsAnalysis()Information about the network insights analysis.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsAnalysis Modifier and Type Method Description List<NetworkInsightsAnalysis>DescribeNetworkInsightsAnalysesResponse. networkInsightsAnalyses()Information about the network insights analyses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInsightsAnalysis Modifier and Type Method Description DescribeNetworkInsightsAnalysesResponse.BuilderDescribeNetworkInsightsAnalysesResponse.Builder. networkInsightsAnalyses(NetworkInsightsAnalysis... networkInsightsAnalyses)Information about the network insights analyses.StartNetworkInsightsAnalysisResponse.BuilderStartNetworkInsightsAnalysisResponse.Builder. networkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis)Information about the network insights analysis.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsAnalysis Modifier and Type Method Description DescribeNetworkInsightsAnalysesResponse.BuilderDescribeNetworkInsightsAnalysesResponse.Builder. networkInsightsAnalyses(Collection<NetworkInsightsAnalysis> networkInsightsAnalyses)Information about the network insights analyses. -
Uses of NetworkInsightsAnalysis in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NetworkInsightsAnalysis Modifier and Type Method Description SdkIterable<NetworkInsightsAnalysis>DescribeNetworkInsightsAnalysesIterable. networkInsightsAnalyses()Returns an iterable to iterate through the paginatedDescribeNetworkInsightsAnalysesResponse.networkInsightsAnalyses()member.SdkPublisher<NetworkInsightsAnalysis>DescribeNetworkInsightsAnalysesPublisher. networkInsightsAnalyses()Returns a publisher that can be used to get a stream of data.
-