Uses of Class
software.amazon.awssdk.services.networkmanager.model.RouteAnalysisCompletionReasonCode
-
Packages that use RouteAnalysisCompletionReasonCode Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of RouteAnalysisCompletionReasonCode in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return RouteAnalysisCompletionReasonCode Modifier and Type Method Description static RouteAnalysisCompletionReasonCodeRouteAnalysisCompletionReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RouteAnalysisCompletionReasonCodeRouteAnalysisCompletion. reasonCode()The reason code.static RouteAnalysisCompletionReasonCodeRouteAnalysisCompletionReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteAnalysisCompletionReasonCode[]RouteAnalysisCompletionReasonCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type RouteAnalysisCompletionReasonCode Modifier and Type Method Description static Set<RouteAnalysisCompletionReasonCode>RouteAnalysisCompletionReasonCode. knownValues()Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type RouteAnalysisCompletionReasonCode Modifier and Type Method Description RouteAnalysisCompletion.BuilderRouteAnalysisCompletion.Builder. reasonCode(RouteAnalysisCompletionReasonCode reasonCode)The reason code.
-