Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.RouteType
-
Packages that use RouteType Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of RouteType in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return RouteType Modifier and Type Method Description static RouteTypeRouteType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RouteTypeCreateRouteRequest. routeType()The route type of the route.RouteTypeCreateRouteResponse. routeType()The route type of the route.RouteTypeGetRouteResponse. routeType()The type of route.RouteTypeRouteSummary. routeType()The route type of the route.static RouteTypeRouteType. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteType[]RouteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type RouteType Modifier and Type Method Description static Set<RouteType>RouteType. knownValues()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type RouteType Modifier and Type Method Description CreateRouteRequest.BuilderCreateRouteRequest.Builder. routeType(RouteType routeType)The route type of the route.CreateRouteResponse.BuilderCreateRouteResponse.Builder. routeType(RouteType routeType)The route type of the route.GetRouteResponse.BuilderGetRouteResponse.Builder. routeType(RouteType routeType)The type of route.RouteSummary.BuilderRouteSummary.Builder. routeType(RouteType routeType)The route type of the route.
-