| 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 CompletableFuture<UpdateProjectResponse> |
DeviceFarmAsyncClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.
|
default UpdateProjectResponse |
DeviceFarmClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
|
static UpdateProjectRequest.Builder |
UpdateProjectRequest.builder() |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.name(String name)
A string representing the new name of the project that you are updating.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProjectRequest.Builder |
UpdateProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateProjectRequest.Builder> |
UpdateProjectRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.