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