Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteLegAdditionalFeature
-
Packages that use RouteLegAdditionalFeature Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteLegAdditionalFeature in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteLegAdditionalFeature Modifier and Type Method Description static RouteLegAdditionalFeatureRouteLegAdditionalFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteLegAdditionalFeatureRouteLegAdditionalFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteLegAdditionalFeature[]RouteLegAdditionalFeature. 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 RouteLegAdditionalFeature Modifier and Type Method Description static Set<RouteLegAdditionalFeature>RouteLegAdditionalFeature. knownValues()List<RouteLegAdditionalFeature>CalculateRoutesRequest. legAdditionalFeatures()A list of optional additional parameters such as timezone that can be requested for each result.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteLegAdditionalFeature Modifier and Type Method Description CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. legAdditionalFeatures(RouteLegAdditionalFeature... legAdditionalFeatures)A list of optional additional parameters such as timezone that can be requested for each result.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteLegAdditionalFeature Modifier and Type Method Description CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. legAdditionalFeatures(Collection<RouteLegAdditionalFeature> legAdditionalFeatures)A list of optional additional parameters such as timezone that can be requested for each result.
-