Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteSpanAdditionalFeature
-
Packages that use RouteSpanAdditionalFeature Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteSpanAdditionalFeature in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteSpanAdditionalFeature Modifier and Type Method Description static RouteSpanAdditionalFeatureRouteSpanAdditionalFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteSpanAdditionalFeatureRouteSpanAdditionalFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteSpanAdditionalFeature[]RouteSpanAdditionalFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteSpanAdditionalFeature Modifier and Type Method Description static Set<RouteSpanAdditionalFeature>RouteSpanAdditionalFeature. knownValues()List<RouteSpanAdditionalFeature>CalculateRoutesRequest. spanAdditionalFeatures()A list of optional features such as SpeedLimit that can be requested for a Span.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteSpanAdditionalFeature Modifier and Type Method Description CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. spanAdditionalFeatures(RouteSpanAdditionalFeature... spanAdditionalFeatures)A list of optional features such as SpeedLimit that can be requested for a Span.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteSpanAdditionalFeature Modifier and Type Method Description CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. spanAdditionalFeatures(Collection<RouteSpanAdditionalFeature> spanAdditionalFeatures)A list of optional features such as SpeedLimit that can be requested for a Span.
-