| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RouteAnalysisPath |
RouteAnalysisPath.clone() |
RouteAnalysisPath |
RouteAnalysis.getForwardPath()
The forward path.
|
RouteAnalysisPath |
RouteAnalysis.getReturnPath()
The return path.
|
RouteAnalysisPath |
RouteAnalysisPath.withCompletionStatus(RouteAnalysisCompletion completionStatus)
The status of the analysis at completion.
|
RouteAnalysisPath |
RouteAnalysisPath.withPath(Collection<PathComponent> path)
The route analysis path.
|
RouteAnalysisPath |
RouteAnalysisPath.withPath(PathComponent... path)
The route analysis path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteAnalysis.setForwardPath(RouteAnalysisPath forwardPath)
The forward path.
|
void |
RouteAnalysis.setReturnPath(RouteAnalysisPath returnPath)
The return path.
|
RouteAnalysis |
RouteAnalysis.withForwardPath(RouteAnalysisPath forwardPath)
The forward path.
|
RouteAnalysis |
RouteAnalysis.withReturnPath(RouteAnalysisPath returnPath)
The return path.
|
Copyright © 2024. All rights reserved.