| 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<CreateInstanceProfileResult> |
AWSDeviceFarmAsync.createInstanceProfileAsync(CreateInstanceProfileRequest createInstanceProfileRequest,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler)
Creates a profile that can be applied to one or more private fleet device instances.
|
Future<CreateInstanceProfileResult> |
AWSDeviceFarmAsyncClient.createInstanceProfileAsync(CreateInstanceProfileRequest request,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler) |
Future<CreateInstanceProfileResult> |
AbstractAWSDeviceFarmAsync.createInstanceProfileAsync(CreateInstanceProfileRequest request,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.clone() |
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withDescription(String description)
The description of your instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withExcludeAppPackagesFromCleanup(Collection<String> excludeAppPackagesFromCleanup)
An array of strings specifying the list of app packages that should not be cleaned up from the device after a
test run is over.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withExcludeAppPackagesFromCleanup(String... excludeAppPackagesFromCleanup)
An array of strings specifying the list of app packages that should not be cleaned up from the device after a
test run is over.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withName(String name)
The name of your instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withPackageCleanup(Boolean packageCleanup)
When set to
true, Device Farm will remove app packages after a test run. |
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withRebootAfterUse(Boolean rebootAfterUse)
When set to
true, Device Farm will reboot the instance after a test run. |
Copyright © 2018. All rights reserved.