Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteTollPaymentMethod
-
Packages that use RouteTollPaymentMethod Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteTollPaymentMethod in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteTollPaymentMethod Modifier and Type Method Description static RouteTollPaymentMethodRouteTollPaymentMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteTollPaymentMethodRouteTollPaymentMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteTollPaymentMethod[]RouteTollPaymentMethod. 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 RouteTollPaymentMethod Modifier and Type Method Description static Set<RouteTollPaymentMethod>RouteTollPaymentMethod. knownValues()List<RouteTollPaymentMethod>RouteTollRate. paymentMethods()Accepted payment methods at the toll.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteTollPaymentMethod Modifier and Type Method Description RouteTollRate.BuilderRouteTollRate.Builder. paymentMethods(RouteTollPaymentMethod... paymentMethods)Accepted payment methods at the toll.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteTollPaymentMethod Modifier and Type Method Description RouteTollRate.BuilderRouteTollRate.Builder. paymentMethods(Collection<RouteTollPaymentMethod> paymentMethods)Accepted payment methods at the toll.
-