Uses of Class
software.amazon.awssdk.services.location.model.ForecastedGeofenceEventType
-
Packages that use ForecastedGeofenceEventType Package Description software.amazon.awssdk.services.location.model -
-
Uses of ForecastedGeofenceEventType in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ForecastedGeofenceEventType Modifier and Type Method Description ForecastedGeofenceEventTypeForecastedEvent. eventType()The event type, forecasting three states for which a device can be in relative to a geofence:static ForecastedGeofenceEventTypeForecastedGeofenceEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ForecastedGeofenceEventTypeForecastedGeofenceEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ForecastedGeofenceEventType[]ForecastedGeofenceEventType. 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 ForecastedGeofenceEventType Modifier and Type Method Description static Set<ForecastedGeofenceEventType>ForecastedGeofenceEventType. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type ForecastedGeofenceEventType Modifier and Type Method Description ForecastedEvent.BuilderForecastedEvent.Builder. eventType(ForecastedGeofenceEventType eventType)The event type, forecasting three states for which a device can be in relative to a geofence:
-