| 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 CreateInstanceProfileResponse |
DeviceFarmClient.createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)
Creates a profile that can be applied to one or more private fleet device instances.
|
default CompletableFuture<CreateInstanceProfileResponse> |
DeviceFarmAsyncClient.createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)
Creates a profile that can be applied to one or more private fleet device instances.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.builder() |
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.description(String description)
The description of your instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.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.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.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.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.name(String name)
The name of your instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.packageCleanup(Boolean packageCleanup)
When set to
true, Device Farm removes app packages after a test run. |
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.rebootAfterUse(Boolean rebootAfterUse)
When set to
true, Device Farm reboots the instance after a test run. |
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateInstanceProfileRequest.Builder> |
CreateInstanceProfileRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.