| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceInstancesResult |
AWSDeviceFarmClient.listDeviceInstances(ListDeviceInstancesRequest request)
Returns information about the private device instances associated with one or more AWS accounts.
|
ListDeviceInstancesResult |
AbstractAWSDeviceFarm.listDeviceInstances(ListDeviceInstancesRequest request) |
ListDeviceInstancesResult |
AWSDeviceFarm.listDeviceInstances(ListDeviceInstancesRequest listDeviceInstancesRequest)
Returns information about the private device instances associated with one or more AWS accounts.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeviceInstancesResult> |
AWSDeviceFarmAsync.listDeviceInstancesAsync(ListDeviceInstancesRequest listDeviceInstancesRequest,
AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler)
Returns information about the private device instances associated with one or more AWS accounts.
|
Future<ListDeviceInstancesResult> |
AWSDeviceFarmAsyncClient.listDeviceInstancesAsync(ListDeviceInstancesRequest request,
AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler) |
Future<ListDeviceInstancesResult> |
AbstractAWSDeviceFarmAsync.listDeviceInstancesAsync(ListDeviceInstancesRequest request,
AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceInstancesResult |
ListDeviceInstancesResult.clone() |
ListDeviceInstancesResult |
ListDeviceInstancesResult.withDeviceInstances(Collection<DeviceInstance> deviceInstances)
An object containing information about your device instances.
|
ListDeviceInstancesResult |
ListDeviceInstancesResult.withDeviceInstances(DeviceInstance... deviceInstances)
An object containing information about your device instances.
|
ListDeviceInstancesResult |
ListDeviceInstancesResult.withNextToken(String nextToken)
An identifier that can be used in the next call to this operation to return the next set of items in the list.
|
Copyright © 2018. All rights reserved.