| 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 |
|---|---|
Future<InstallToRemoteAccessSessionResult> |
AWSDeviceFarmAsyncClient.installToRemoteAccessSessionAsync(InstallToRemoteAccessSessionRequest request,
AsyncHandler<InstallToRemoteAccessSessionRequest,InstallToRemoteAccessSessionResult> asyncHandler) |
Future<InstallToRemoteAccessSessionResult> |
AWSDeviceFarmAsync.installToRemoteAccessSessionAsync(InstallToRemoteAccessSessionRequest installToRemoteAccessSessionRequest,
AsyncHandler<InstallToRemoteAccessSessionRequest,InstallToRemoteAccessSessionResult> asyncHandler)
Installs an application to the device in a remote access session.
|
Future<InstallToRemoteAccessSessionResult> |
AbstractAWSDeviceFarmAsync.installToRemoteAccessSessionAsync(InstallToRemoteAccessSessionRequest request,
AsyncHandler<InstallToRemoteAccessSessionRequest,InstallToRemoteAccessSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InstallToRemoteAccessSessionRequest |
InstallToRemoteAccessSessionRequest.clone() |
InstallToRemoteAccessSessionRequest |
InstallToRemoteAccessSessionRequest.withAppArn(String appArn)
The ARN of the app about which you are requesting information.
|
InstallToRemoteAccessSessionRequest |
InstallToRemoteAccessSessionRequest.withRemoteAccessSessionArn(String remoteAccessSessionArn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
|
Copyright © 2023. All rights reserved.