Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Method and Description |
---|---|
ListDevicesResult |
AbstractAWSDeviceFarm.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSDeviceFarmClient.listDevices(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
|
ListDevicesResult |
AWSDeviceFarm.listDevices(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListDevicesResult> |
AbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request) |
java.util.concurrent.Future<ListDevicesResult> |
AWSDeviceFarmAsyncClient.listDevicesAsync(ListDevicesRequest request) |
java.util.concurrent.Future<ListDevicesResult> |
AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
|
java.util.concurrent.Future<ListDevicesResult> |
AbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
java.util.concurrent.Future<ListDevicesResult> |
AWSDeviceFarmAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
java.util.concurrent.Future<ListDevicesResult> |
AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Gets information about unique device types.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListDevicesResult> |
AbstractAWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
java.util.concurrent.Future<ListDevicesResult> |
AWSDeviceFarmAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
java.util.concurrent.Future<ListDevicesResult> |
AWSDeviceFarmAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Gets information about unique device types.
|
Modifier and Type | Method and Description |
---|---|
ListDevicesResult |
ListDevicesResult.clone() |
ListDevicesResult |
ListDevicesResult.withDevices(java.util.Collection<Device> devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Device... devices)
Information about the devices.
|
ListDevicesResult |
ListDevicesResult.withNextToken(java.lang.String nextToken)
If the number of items that are returned is significantly large, this is
an identifier that is also returned, which can be used in a subsequent
call to this operation to return the next set of items in the list.
|
Modifier and Type | Method and Description |
---|---|
ListDevicesResult |
ListDevicesResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |