| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRemoteAccessSessionResult> |
AWSDeviceFarmAsync.createRemoteAccessSessionAsync(CreateRemoteAccessSessionRequest createRemoteAccessSessionRequest,
AsyncHandler<CreateRemoteAccessSessionRequest,CreateRemoteAccessSessionResult> asyncHandler)
Specifies and starts a remote access session.
|
Future<CreateRemoteAccessSessionResult> |
AWSDeviceFarmAsyncClient.createRemoteAccessSessionAsync(CreateRemoteAccessSessionRequest request,
AsyncHandler<CreateRemoteAccessSessionRequest,CreateRemoteAccessSessionResult> asyncHandler) |
Future<CreateRemoteAccessSessionResult> |
AbstractAWSDeviceFarmAsync.createRemoteAccessSessionAsync(CreateRemoteAccessSessionRequest request,
AsyncHandler<CreateRemoteAccessSessionRequest,CreateRemoteAccessSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.clone() |
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withClientId(String clientId)
Unique identifier for the client.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withConfiguration(CreateRemoteAccessSessionConfiguration configuration)
The configuration information for the remote access session request.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withDeviceArn(String deviceArn)
The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withInstanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the device instance for which you want to create a remote access session.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withInteractionMode(InteractionMode interactionMode)
The interaction mode of the remote access session.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withInteractionMode(String interactionMode)
The interaction mode of the remote access session.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withName(String name)
The name of the remote access session that you wish to create.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withRemoteDebugEnabled(Boolean remoteDebugEnabled)
Set to
true if you want to access devices remotely for debugging in your remote access session. |
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withRemoteRecordAppArn(String remoteRecordAppArn)
The Amazon Resource Name (ARN) for the app to be recorded in the remote access session.
|
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withRemoteRecordEnabled(Boolean remoteRecordEnabled)
Set to
true to enable remote recording for the remote access session. |
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withSkipAppResign(Boolean skipAppResign)
When set to
true, for private devices, Device Farm will not sign your app again. |
CreateRemoteAccessSessionRequest |
CreateRemoteAccessSessionRequest.withSshPublicKey(String sshPublicKey)
The public key of the
ssh key pair you want to use for connecting to remote devices in your remote
debugging session. |
Copyright © 2019. All rights reserved.