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<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 that specifies 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 that specifies 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 © 2020. All rights reserved.