| 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<UpdateInstanceProfileResult> |
AWSDeviceFarmAsync.updateInstanceProfileAsync(UpdateInstanceProfileRequest updateInstanceProfileRequest,
AsyncHandler<UpdateInstanceProfileRequest,UpdateInstanceProfileResult> asyncHandler)
Updates information about an existing private device instance profile.
|
Future<UpdateInstanceProfileResult> |
AWSDeviceFarmAsyncClient.updateInstanceProfileAsync(UpdateInstanceProfileRequest request,
AsyncHandler<UpdateInstanceProfileRequest,UpdateInstanceProfileResult> asyncHandler) |
Future<UpdateInstanceProfileResult> |
AbstractAWSDeviceFarmAsync.updateInstanceProfileAsync(UpdateInstanceProfileRequest request,
AsyncHandler<UpdateInstanceProfileRequest,UpdateInstanceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.clone() |
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.withDescription(String description)
The updated description for your instance profile.
|
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.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.
|
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.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.
|
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.withName(String name)
The updated name for your instance profile.
|
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.withPackageCleanup(Boolean packageCleanup)
The updated choice for whether you want to specify package cleanup.
|
UpdateInstanceProfileRequest |
UpdateInstanceProfileRequest.withRebootAfterUse(Boolean rebootAfterUse)
The updated choice for whether you want to reboot the device after use.
|
Copyright © 2018. All rights reserved.