| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static Location.Builder |
Location.builder() |
Location.Builder |
Location.Builder.latitude(Double latitude)
The latitude.
|
Location.Builder |
Location.Builder.longitude(Double longitude)
The longitude.
|
Location.Builder |
Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Location.Builder> |
Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.location(Consumer<Location.Builder> location)
Information about the location that is used for the run.
|
default Run.Builder |
Run.Builder.location(Consumer<Location.Builder> location)
Information about the location that is used for the run.
|
Copyright © 2020. All rights reserved.