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