Uses of Interface
software.amazon.awssdk.services.location.model.ForecastGeofenceEventsDeviceState.Builder
-
Packages that use ForecastGeofenceEventsDeviceState.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of ForecastGeofenceEventsDeviceState.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ForecastGeofenceEventsDeviceState.Builder Modifier and Type Method Description static ForecastGeofenceEventsDeviceState.BuilderForecastGeofenceEventsDeviceState. builder()ForecastGeofenceEventsDeviceState.BuilderForecastGeofenceEventsDeviceState.Builder. position(Double... position)The device's position.ForecastGeofenceEventsDeviceState.BuilderForecastGeofenceEventsDeviceState.Builder. position(Collection<Double> position)The device's position.ForecastGeofenceEventsDeviceState.BuilderForecastGeofenceEventsDeviceState.Builder. speed(Double speed)The device's speed.ForecastGeofenceEventsDeviceState.BuilderForecastGeofenceEventsDeviceState. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ForecastGeofenceEventsDeviceState.Builder Modifier and Type Method Description static Class<? extends ForecastGeofenceEventsDeviceState.Builder>ForecastGeofenceEventsDeviceState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type ForecastGeofenceEventsDeviceState.Builder Modifier and Type Method Description default ForecastGeofenceEventsRequest.BuilderForecastGeofenceEventsRequest.Builder. deviceState(Consumer<ForecastGeofenceEventsDeviceState.Builder> deviceState)The device's state, including current position and speed.
-