Uses of Class
com.amazonaws.services.devicefarm.model.Location
-
Packages that use Location Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Location in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Location Modifier and Type Method Description Location
Location. clone()
Location
ScheduleRunConfiguration. getLocation()
Information about the location that is used for the run.Location
Location. withLatitude(Double latitude)
The latitude.Location
Location. withLongitude(Double longitude)
The longitude.Methods in com.amazonaws.services.devicefarm.model with parameters of type Location Modifier and Type Method Description void
ScheduleRunConfiguration. setLocation(Location location)
Information about the location that is used for the run.ScheduleRunConfiguration
ScheduleRunConfiguration. withLocation(Location location)
Information about the location that is used for the run.
-