Uses of Class
software.amazon.awssdk.services.ec2.model.AccessScopePath
-
Packages that use AccessScopePath Package Description software.amazon.awssdk.services.ec2.model -
-
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 AccessScopePath Modifier and Type Method Description List<AccessScopePath>NetworkInsightsAccessScopeContent. excludePaths()The paths to exclude.List<AccessScopePath>NetworkInsightsAccessScopeContent. matchPaths()The paths to match.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AccessScopePath Modifier and Type Method Description NetworkInsightsAccessScopeContent.BuilderNetworkInsightsAccessScopeContent.Builder. excludePaths(AccessScopePath... excludePaths)The paths to exclude.NetworkInsightsAccessScopeContent.BuilderNetworkInsightsAccessScopeContent.Builder. matchPaths(AccessScopePath... matchPaths)The paths to match.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AccessScopePath Modifier and Type Method Description NetworkInsightsAccessScopeContent.BuilderNetworkInsightsAccessScopeContent.Builder. excludePaths(Collection<AccessScopePath> excludePaths)The paths to exclude.NetworkInsightsAccessScopeContent.BuilderNetworkInsightsAccessScopeContent.Builder. matchPaths(Collection<AccessScopePath> matchPaths)The paths to match.
-