Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AccessScopePath |
AccessScopePath.clone() |
AccessScopePath |
AccessScopePath.withDestination(PathStatement destination)
The destination.
|
AccessScopePath |
AccessScopePath.withSource(PathStatement source)
The source.
|
AccessScopePath |
AccessScopePath.withThroughResources(Collection<ThroughResourcesStatement> throughResources)
The through resources.
|
AccessScopePath |
AccessScopePath.withThroughResources(ThroughResourcesStatement... throughResources)
The through resources.
|
Modifier and Type | Method and Description |
---|---|
List<AccessScopePath> |
NetworkInsightsAccessScopeContent.getExcludePaths()
The paths to exclude.
|
List<AccessScopePath> |
NetworkInsightsAccessScopeContent.getMatchPaths()
The paths to match.
|
Modifier and Type | Method and Description |
---|---|
NetworkInsightsAccessScopeContent |
NetworkInsightsAccessScopeContent.withExcludePaths(AccessScopePath... excludePaths)
The paths to exclude.
|
NetworkInsightsAccessScopeContent |
NetworkInsightsAccessScopeContent.withMatchPaths(AccessScopePath... matchPaths)
The paths to match.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInsightsAccessScopeContent.setExcludePaths(Collection<AccessScopePath> excludePaths)
The paths to exclude.
|
void |
NetworkInsightsAccessScopeContent.setMatchPaths(Collection<AccessScopePath> matchPaths)
The paths to match.
|
NetworkInsightsAccessScopeContent |
NetworkInsightsAccessScopeContent.withExcludePaths(Collection<AccessScopePath> excludePaths)
The paths to exclude.
|
NetworkInsightsAccessScopeContent |
NetworkInsightsAccessScopeContent.withMatchPaths(Collection<AccessScopePath> matchPaths)
The paths to match.
|
Copyright © 2023. All rights reserved.