Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Method and Description |
---|---|
ListDevicePoolsResult |
AbstractAWSDeviceFarm.listDevicePools(ListDevicePoolsRequest request) |
ListDevicePoolsResult |
AWSDeviceFarmClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
ListDevicePoolsResult |
AWSDeviceFarm.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListDevicePoolsResult> |
AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request) |
java.util.concurrent.Future<ListDevicePoolsResult> |
AWSDeviceFarmAsyncClient.listDevicePoolsAsync(ListDevicePoolsRequest request) |
java.util.concurrent.Future<ListDevicePoolsResult> |
AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
java.util.concurrent.Future<ListDevicePoolsResult> |
AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
java.util.concurrent.Future<ListDevicePoolsResult> |
AWSDeviceFarmAsyncClient.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
java.util.concurrent.Future<ListDevicePoolsResult> |
AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler)
Gets information about device pools.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListDevicePoolsResult> |
AbstractAWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
java.util.concurrent.Future<ListDevicePoolsResult> |
AWSDeviceFarmAsyncClient.listDevicePoolsAsync(ListDevicePoolsRequest request,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler) |
java.util.concurrent.Future<ListDevicePoolsResult> |
AWSDeviceFarmAsync.listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest,
AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler)
Gets information about device pools.
|
Modifier and Type | Method and Description |
---|---|
ListDevicePoolsResult |
ListDevicePoolsResult.clone() |
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(java.util.Collection<DevicePool> devicePools)
Information about the device pools.
|
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(DevicePool... devicePools)
Information about the device pools.
|
ListDevicePoolsResult |
ListDevicePoolsResult.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 |
---|---|
ListDevicePoolsResult |
ListDevicePoolsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |