Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteHazardousCargoType
-
Packages that use RouteHazardousCargoType Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteHazardousCargoType in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteHazardousCargoType Modifier and Type Method Description static RouteHazardousCargoTypeRouteHazardousCargoType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteHazardousCargoTypeRouteHazardousCargoType. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteHazardousCargoType[]RouteHazardousCargoType. 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 RouteHazardousCargoType Modifier and Type Method Description List<RouteHazardousCargoType>RouteTruckOptions. hazardousCargos()List of Hazardous cargo contained in the vehicle.List<RouteHazardousCargoType>RouteViolatedConstraints. hazardousCargos()List of Hazardous cargo contained in the vehicle.static Set<RouteHazardousCargoType>RouteHazardousCargoType. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteHazardousCargoType Modifier and Type Method Description RouteTruckOptions.BuilderRouteTruckOptions.Builder. hazardousCargos(RouteHazardousCargoType... hazardousCargos)List of Hazardous cargo contained in the vehicle.RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. hazardousCargos(RouteHazardousCargoType... hazardousCargos)List of Hazardous cargo contained in the vehicle.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteHazardousCargoType Modifier and Type Method Description RouteTruckOptions.BuilderRouteTruckOptions.Builder. hazardousCargos(Collection<RouteHazardousCargoType> hazardousCargos)List of Hazardous cargo contained in the vehicle.RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. hazardousCargos(Collection<RouteHazardousCargoType> hazardousCargos)List of Hazardous cargo contained in the vehicle.
-