Uses of Class
com.amazonaws.services.devicefarm.model.Upload
-
Packages that use Upload Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Upload in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Upload Modifier and Type Method Description Upload
Upload. clone()
Upload
CreateUploadResult. getUpload()
The newly created upload.Upload
GetUploadResult. getUpload()
Upload
Upload. withArn(String arn)
The upload's ARN.Upload
Upload. withContentType(String contentType)
The upload's content type (for example, "application/octet-stream").Upload
Upload. withCreated(Date created)
When the upload was created.Upload
Upload. withMessage(String message)
A message about the upload's result.Upload
Upload. withMetadata(String metadata)
The upload's metadata.Upload
Upload. withName(String name)
The upload's file name.Upload
Upload. withStatus(UploadStatus status)
The upload's status.Upload
Upload. withStatus(String status)
The upload's status.Upload
Upload. withType(UploadType type)
The upload's type.Upload
Upload. withType(String type)
The upload's type.Upload
Upload. withUrl(String url)
The pre-signed Amazon S3 URL that was used to store a file through a corresponding PUT request.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Upload Modifier and Type Method Description List<Upload>
ListUploadsResult. getUploads()
Information about the uploads.Methods in com.amazonaws.services.devicefarm.model with parameters of type Upload Modifier and Type Method Description void
CreateUploadResult. setUpload(Upload upload)
The newly created upload.void
GetUploadResult. setUpload(Upload upload)
CreateUploadResult
CreateUploadResult. withUpload(Upload upload)
The newly created upload.GetUploadResult
GetUploadResult. withUpload(Upload upload)
ListUploadsResult
ListUploadsResult. withUploads(Upload... uploads)
Information about the uploads.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Upload Modifier and Type Method Description void
ListUploadsResult. setUploads(Collection<Upload> uploads)
Information about the uploads.ListUploadsResult
ListUploadsResult. withUploads(Collection<Upload> uploads)
Information about the uploads.
-