| 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<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 that specifies the list of app packages that should not be cleaned up from the device after a
test run.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withExcludeAppPackagesFromCleanup(String... excludeAppPackagesFromCleanup)
An array of strings that specifies the list of app packages that should not be cleaned up from the device after a
test run.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withName(String name)
The name of your instance profile.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withPackageCleanup(Boolean packageCleanup)
When set to
true, Device Farm removes app packages after a test run. |
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withRebootAfterUse(Boolean rebootAfterUse)
When set to
true, Device Farm reboots the instance after a test run. |
Copyright © 2020. All rights reserved.