| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceInstance |
DeviceInstance.clone() |
DeviceInstance |
GetDeviceInstanceResult.getDeviceInstance()
An object that contains information about your device instance.
|
DeviceInstance |
UpdateDeviceInstanceResult.getDeviceInstance()
An object that contains information about your device instance.
|
DeviceInstance |
DeviceInstance.withArn(String arn)
The Amazon Resource Name (ARN) of the device instance.
|
DeviceInstance |
DeviceInstance.withDeviceArn(String deviceArn)
The ARN of the device.
|
DeviceInstance |
DeviceInstance.withInstanceProfile(InstanceProfile instanceProfile)
A object that contains information about the instance profile.
|
DeviceInstance |
DeviceInstance.withLabels(Collection<String> labels)
An array of strings that describe the device instance.
|
DeviceInstance |
DeviceInstance.withLabels(String... labels)
An array of strings that describe the device instance.
|
DeviceInstance |
DeviceInstance.withStatus(InstanceStatus status)
The status of the device instance.
|
DeviceInstance |
DeviceInstance.withStatus(String status)
The status of the device instance.
|
DeviceInstance |
DeviceInstance.withUdid(String udid)
Unique device identifier for the device instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceInstance> |
ListDeviceInstancesResult.getDeviceInstances()
An object that contains information about your device instances.
|
List<DeviceInstance> |
Device.getInstances()
The instances that belong to this device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceInstanceResult.setDeviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
void |
UpdateDeviceInstanceResult.setDeviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
GetDeviceInstanceResult |
GetDeviceInstanceResult.withDeviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
UpdateDeviceInstanceResult |
UpdateDeviceInstanceResult.withDeviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
ListDeviceInstancesResult |
ListDeviceInstancesResult.withDeviceInstances(DeviceInstance... deviceInstances)
An object that contains information about your device instances.
|
Device |
Device.withInstances(DeviceInstance... instances)
The instances that belong to this device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceInstancesResult.setDeviceInstances(Collection<DeviceInstance> deviceInstances)
An object that contains information about your device instances.
|
void |
Device.setInstances(Collection<DeviceInstance> instances)
The instances that belong to this device.
|
ListDeviceInstancesResult |
ListDeviceInstancesResult.withDeviceInstances(Collection<DeviceInstance> deviceInstances)
An object that contains information about your device instances.
|
Device |
Device.withInstances(Collection<DeviceInstance> instances)
The instances that belong to this device.
|
Copyright © 2020. All rights reserved.