| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static RouteAnalysisStatus |
RouteAnalysisStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RouteAnalysisStatus |
RouteAnalysis.status()
The status of the route analysis.
|
static RouteAnalysisStatus |
RouteAnalysisStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteAnalysisStatus[] |
RouteAnalysisStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RouteAnalysisStatus> |
RouteAnalysisStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RouteAnalysis.Builder |
RouteAnalysis.Builder.status(RouteAnalysisStatus status)
The status of the route analysis.
|
Copyright © 2023. All rights reserved.