Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Location |
ScheduleRunConfiguration.location
Information about the location that is used for the run.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.clone() |
Location |
ScheduleRunConfiguration.getLocation()
Information about the location that is used for the run.
|
Location |
Location.withLatitude(java.lang.Double latitude)
The latitude.
|
Location |
Location.withLongitude(java.lang.Double longitude)
The longitude.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Location |
LocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LocationJsonMarshaller.marshall(Location location,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|