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