| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<PathComponent> |
AccessScopeAnalysisFinding.findingComponents()
The finding components.
|
List<PathComponent> |
NetworkInsightsAnalysis.forwardPathComponents()
The components in the path from source to destination.
|
List<PathComponent> |
NetworkInsightsAnalysis.returnPathComponents()
The components in the path from destination to source.
|
| Modifier and Type | Method and Description |
|---|---|
AccessScopeAnalysisFinding.Builder |
AccessScopeAnalysisFinding.Builder.findingComponents(PathComponent... findingComponents)
The finding components.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.forwardPathComponents(PathComponent... forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.returnPathComponents(PathComponent... returnPathComponents)
The components in the path from destination to source.
|
| Modifier and Type | Method and Description |
|---|---|
AccessScopeAnalysisFinding.Builder |
AccessScopeAnalysisFinding.Builder.findingComponents(Collection<PathComponent> findingComponents)
The finding components.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.forwardPathComponents(Collection<PathComponent> forwardPathComponents)
The components in the path from source to destination.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.returnPathComponents(Collection<PathComponent> returnPathComponents)
The components in the path from destination to source.
|
Copyright © 2023. All rights reserved.