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 |
---|---|
GetDeviceInstanceResult |
AbstractAWSDeviceFarm.getDeviceInstance(GetDeviceInstanceRequest request) |
GetDeviceInstanceResult |
AWSDeviceFarmClient.getDeviceInstance(GetDeviceInstanceRequest request)
Returns information about a device instance that belongs to a private device fleet.
|
GetDeviceInstanceResult |
AWSDeviceFarm.getDeviceInstance(GetDeviceInstanceRequest getDeviceInstanceRequest)
Returns information about a device instance that belongs to a private device fleet.
|
Modifier and Type | Method and Description |
---|---|
Future<GetDeviceInstanceResult> |
AWSDeviceFarmAsync.getDeviceInstanceAsync(GetDeviceInstanceRequest getDeviceInstanceRequest,
AsyncHandler<GetDeviceInstanceRequest,GetDeviceInstanceResult> asyncHandler)
Returns information about a device instance that belongs to a private device fleet.
|
Future<GetDeviceInstanceResult> |
AWSDeviceFarmAsyncClient.getDeviceInstanceAsync(GetDeviceInstanceRequest request,
AsyncHandler<GetDeviceInstanceRequest,GetDeviceInstanceResult> asyncHandler) |
Future<GetDeviceInstanceResult> |
AbstractAWSDeviceFarmAsync.getDeviceInstanceAsync(GetDeviceInstanceRequest request,
AsyncHandler<GetDeviceInstanceRequest,GetDeviceInstanceResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDeviceInstanceResult |
GetDeviceInstanceResult.clone() |
GetDeviceInstanceResult |
GetDeviceInstanceResult.withDeviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
Copyright © 2020. All rights reserved.