Uses of Class
software.amazon.awssdk.services.devicefarm.model.Location
-
Packages that use Location Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of Location in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Location Modifier and Type Method Description LocationRun. location()Information about the location that is used for the run.LocationScheduleRunConfiguration. location()Information about the location that is used for the run.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Location Modifier and Type Method Description Run.BuilderRun.Builder. location(Location location)Information about the location that is used for the run.ScheduleRunConfiguration.BuilderScheduleRunConfiguration.Builder. location(Location location)Information about the location that is used for the run.
-