Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInsightsAccessScope
Packages that use NetworkInsightsAccessScope
Package
Description
-
Uses of NetworkInsightsAccessScope in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInsightsAccessScopeModifier and TypeMethodDescriptionCreateNetworkInsightsAccessScopeResponse.networkInsightsAccessScope()The Network Access Scope.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInsightsAccessScopeModifier and TypeMethodDescriptionfinal List<NetworkInsightsAccessScope>DescribeNetworkInsightsAccessScopesResponse.networkInsightsAccessScopes()The Network Access Scopes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInsightsAccessScopeModifier and TypeMethodDescriptionCreateNetworkInsightsAccessScopeResponse.Builder.networkInsightsAccessScope(NetworkInsightsAccessScope networkInsightsAccessScope) The Network Access Scope.DescribeNetworkInsightsAccessScopesResponse.Builder.networkInsightsAccessScopes(NetworkInsightsAccessScope... networkInsightsAccessScopes) The Network Access Scopes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInsightsAccessScopeModifier and TypeMethodDescriptionDescribeNetworkInsightsAccessScopesResponse.Builder.networkInsightsAccessScopes(Collection<NetworkInsightsAccessScope> networkInsightsAccessScopes) The Network Access Scopes. -
Uses of NetworkInsightsAccessScope in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NetworkInsightsAccessScopeModifier and TypeMethodDescriptionDescribeNetworkInsightsAccessScopesIterable.networkInsightsAccessScopes()Returns an iterable to iterate through the paginatedDescribeNetworkInsightsAccessScopesResponse.networkInsightsAccessScopes()member.DescribeNetworkInsightsAccessScopesPublisher.networkInsightsAccessScopes()Returns a publisher that can be used to get a stream of data.