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 LocationLocation. clone()LocationScheduleRunConfiguration. getLocation()Information about the location that is used for the run.LocationLocation. withLatitude(Double latitude)The latitude.LocationLocation. withLongitude(Double longitude)The longitude.Methods in com.amazonaws.services.devicefarm.model with parameters of type Location Modifier and Type Method Description voidScheduleRunConfiguration. setLocation(Location location)Information about the location that is used for the run.ScheduleRunConfigurationScheduleRunConfiguration. withLocation(Location location)Information about the location that is used for the run.
-