| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUploadResult> |
AWSDeviceFarmAsync.updateUploadAsync(UpdateUploadRequest updateUploadRequest,
AsyncHandler<UpdateUploadRequest,UpdateUploadResult> asyncHandler)
Update an uploaded test specification (test spec).
|
Future<UpdateUploadResult> |
AWSDeviceFarmAsyncClient.updateUploadAsync(UpdateUploadRequest request,
AsyncHandler<UpdateUploadRequest,UpdateUploadResult> asyncHandler) |
Future<UpdateUploadResult> |
AbstractAWSDeviceFarmAsync.updateUploadAsync(UpdateUploadRequest request,
AsyncHandler<UpdateUploadRequest,UpdateUploadResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUploadRequest |
UpdateUploadRequest.clone() |
UpdateUploadRequest |
UpdateUploadRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the uploaded test spec.
|
UpdateUploadRequest |
UpdateUploadRequest.withContentType(String contentType)
The upload's content type (for example, "application/x-yaml").
|
UpdateUploadRequest |
UpdateUploadRequest.withEditContent(Boolean editContent)
Set to true if the YAML file has changed and needs to be updated; otherwise, set to false.
|
UpdateUploadRequest |
UpdateUploadRequest.withName(String name)
The upload's test spec file name.
|
Copyright © 2019. All rights reserved.