Uses of Class
software.amazon.awssdk.services.devicefarm.model.UpdateProjectResponse
-
Packages that use UpdateProjectResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of UpdateProjectResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return UpdateProjectResponse Modifier and Type Method Description default UpdateProjectResponseDeviceFarmClient. updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)Modifies the specified project name, given the project ARN and a new name.default UpdateProjectResponseDeviceFarmClient. updateProject(UpdateProjectRequest updateProjectRequest)Modifies the specified project name, given the project ARN and a new name.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type UpdateProjectResponse Modifier and Type Method Description default CompletableFuture<UpdateProjectResponse>DeviceFarmAsyncClient. updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)Modifies the specified project name, given the project ARN and a new name.default CompletableFuture<UpdateProjectResponse>DeviceFarmAsyncClient. updateProject(UpdateProjectRequest updateProjectRequest)Modifies the specified project name, given the project ARN and a new name.
-