| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| 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 |
AWSDeviceFarm.listDeviceInstances(ListDeviceInstancesRequest listDeviceInstancesRequest)
Returns information about the private device instances associated with one or more AWS accounts.
|
ListDeviceInstancesResult |
AbstractAWSDeviceFarm.listDeviceInstances(ListDeviceInstancesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeviceInstancesResult> |
AbstractAWSDeviceFarmAsync.listDeviceInstancesAsync(ListDeviceInstancesRequest request,
AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceInstancesResult |
ListDeviceInstancesResult.clone() |
ListDeviceInstancesResult |
ListDeviceInstancesResult.withDeviceInstances(Collection<DeviceInstance> deviceInstances)
An object that contains information about your device instances.
|
ListDeviceInstancesResult |
ListDeviceInstancesResult.withDeviceInstances(DeviceInstance... deviceInstances)
An object that contains 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 © 2024. All rights reserved.