| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 |
|---|---|
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 © 2021. All rights reserved.