Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInsightsAnalysis
Packages that use NetworkInsightsAnalysis
Package
Description
-
Uses of NetworkInsightsAnalysis in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsAnalysisModifier and TypeMethodDescriptionfinal NetworkInsightsAnalysisStartNetworkInsightsAnalysisResponse.networkInsightsAnalysis()Information about the network insights analysis.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsAnalysisModifier and TypeMethodDescriptionfinal List<NetworkInsightsAnalysis>DescribeNetworkInsightsAnalysesResponse.networkInsightsAnalyses()Information about the network insights analyses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInsightsAnalysisModifier and TypeMethodDescriptionDescribeNetworkInsightsAnalysesResponse.Builder.networkInsightsAnalyses(NetworkInsightsAnalysis... networkInsightsAnalyses) Information about the network insights analyses.StartNetworkInsightsAnalysisResponse.Builder.networkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis) Information about the network insights analysis.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsAnalysisModifier and TypeMethodDescriptionDescribeNetworkInsightsAnalysesResponse.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 NetworkInsightsAnalysisModifier and TypeMethodDescriptionDescribeNetworkInsightsAnalysesIterable.networkInsightsAnalyses()Returns an iterable to iterate through the paginatedDescribeNetworkInsightsAnalysesResponse.networkInsightsAnalyses()member.DescribeNetworkInsightsAnalysesPublisher.networkInsightsAnalyses()Returns a publisher that can be used to get a stream of data.