Uses of Class
software.amazon.awssdk.services.ec2.model.AccessScopePath
Packages that use AccessScopePath
-
Uses of AccessScopePath in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AccessScopePathModifier and TypeMethodDescriptionfinal List<AccessScopePath>NetworkInsightsAccessScopeContent.excludePaths()The paths to exclude.final List<AccessScopePath>NetworkInsightsAccessScopeContent.matchPaths()The paths to match.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AccessScopePathModifier and TypeMethodDescriptionNetworkInsightsAccessScopeContent.Builder.excludePaths(AccessScopePath... excludePaths) The paths to exclude.NetworkInsightsAccessScopeContent.Builder.matchPaths(AccessScopePath... matchPaths) The paths to match.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AccessScopePathModifier and TypeMethodDescriptionNetworkInsightsAccessScopeContent.Builder.excludePaths(Collection<AccessScopePath> excludePaths) The paths to exclude.NetworkInsightsAccessScopeContent.Builder.matchPaths(Collection<AccessScopePath> matchPaths) The paths to match.