| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| 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 specifying the list of app packages that should not be cleaned up from the device after a
test run is over.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.excludeAppPackagesFromCleanup(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.
|
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 will remove app packages after a test run. |
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.rebootAfterUse(Boolean rebootAfterUse)
When set to
true, Device Farm will reboot the instance after a test run. |
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateInstanceProfileRequest.Builder> |
CreateInstanceProfileRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.