Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInsightsAccessScopeAnalysis
Packages that use NetworkInsightsAccessScopeAnalysis
Package
Description
-
Uses of NetworkInsightsAccessScopeAnalysis in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsAccessScopeAnalysisModifier and TypeMethodDescriptionStartNetworkInsightsAccessScopeAnalysisResponse.networkInsightsAccessScopeAnalysis()The Network Access Scope analysis.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsAccessScopeAnalysisModifier and TypeMethodDescriptionDescribeNetworkInsightsAccessScopeAnalysesResponse.networkInsightsAccessScopeAnalyses()The Network Access Scope analyses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInsightsAccessScopeAnalysisModifier and TypeMethodDescriptionDescribeNetworkInsightsAccessScopeAnalysesResponse.Builder.networkInsightsAccessScopeAnalyses(NetworkInsightsAccessScopeAnalysis... networkInsightsAccessScopeAnalyses) The Network Access Scope analyses.StartNetworkInsightsAccessScopeAnalysisResponse.Builder.networkInsightsAccessScopeAnalysis(NetworkInsightsAccessScopeAnalysis networkInsightsAccessScopeAnalysis) The Network Access Scope analysis.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsAccessScopeAnalysisModifier and TypeMethodDescriptionDescribeNetworkInsightsAccessScopeAnalysesResponse.Builder.networkInsightsAccessScopeAnalyses(Collection<NetworkInsightsAccessScopeAnalysis> networkInsightsAccessScopeAnalyses) The Network Access Scope analyses. -
Uses of NetworkInsightsAccessScopeAnalysis in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NetworkInsightsAccessScopeAnalysisModifier and TypeMethodDescriptionDescribeNetworkInsightsAccessScopeAnalysesIterable.networkInsightsAccessScopeAnalyses()Returns an iterable to iterate through the paginatedDescribeNetworkInsightsAccessScopeAnalysesResponse.networkInsightsAccessScopeAnalyses()member.DescribeNetworkInsightsAccessScopeAnalysesPublisher.networkInsightsAccessScopeAnalyses()Returns a publisher that can be used to get a stream of data.