| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<AccessScopePath> |
NetworkInsightsAccessScopeContent.excludePaths()
The paths to exclude.
|
List<AccessScopePath> |
NetworkInsightsAccessScopeContent.matchPaths()
The paths to match.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsAccessScopeContent.Builder |
NetworkInsightsAccessScopeContent.Builder.excludePaths(AccessScopePath... excludePaths)
The paths to exclude.
|
NetworkInsightsAccessScopeContent.Builder |
NetworkInsightsAccessScopeContent.Builder.matchPaths(AccessScopePath... matchPaths)
The paths to match.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsAccessScopeContent.Builder |
NetworkInsightsAccessScopeContent.Builder.excludePaths(Collection<AccessScopePath> excludePaths)
The paths to exclude.
|
NetworkInsightsAccessScopeContent.Builder |
NetworkInsightsAccessScopeContent.Builder.matchPaths(Collection<AccessScopePath> matchPaths)
The paths to match.
|
Copyright © 2021. All rights reserved.