Uses of Class
software.amazon.awssdk.services.location.model.SpeedUnit
-
Packages that use SpeedUnit Package Description software.amazon.awssdk.services.location.model -
-
Uses of SpeedUnit in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return SpeedUnit Modifier and Type Method Description static SpeedUnitSpeedUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SpeedUnitForecastGeofenceEventsRequest. speedUnit()The speed unit for the device captured by the device state.SpeedUnitForecastGeofenceEventsResponse. speedUnit()The speed unit for the forecasted events.static SpeedUnitSpeedUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeedUnit[]SpeedUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type SpeedUnit Modifier and Type Method Description static Set<SpeedUnit>SpeedUnit. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type SpeedUnit Modifier and Type Method Description ForecastGeofenceEventsRequest.BuilderForecastGeofenceEventsRequest.Builder. speedUnit(SpeedUnit speedUnit)The speed unit for the device captured by the device state.ForecastGeofenceEventsResponse.BuilderForecastGeofenceEventsResponse.Builder. speedUnit(SpeedUnit speedUnit)The speed unit for the forecasted events.
-