| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateInstanceProfileResponse> |
DeviceFarmAsyncClient.updateInstanceProfile(Consumer<UpdateInstanceProfileRequest.Builder> updateInstanceProfileRequest)
Updates information about an existing private device instance profile.
|
default UpdateInstanceProfileResponse |
DeviceFarmClient.updateInstanceProfile(Consumer<UpdateInstanceProfileRequest.Builder> updateInstanceProfileRequest)
Updates information about an existing private device instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
static UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.builder() |
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.description(String description)
The updated description for your instance profile.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.excludeAppPackagesFromCleanup(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.Builder |
UpdateInstanceProfileRequest.Builder.excludeAppPackagesFromCleanup(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.Builder |
UpdateInstanceProfileRequest.Builder.name(String name)
The updated name for your instance profile.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.packageCleanup(Boolean packageCleanup)
The updated choice for whether you want to specify package cleanup.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.rebootAfterUse(Boolean rebootAfterUse)
The updated choice for whether you want to reboot the device after use.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateInstanceProfileRequest.Builder> |
UpdateInstanceProfileRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.