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 UploadUpload. clone()UploadCreateUploadResult. getUpload()The newly created upload.UploadGetUploadResult. getUpload()UploadUpload. withArn(String arn)The upload's ARN.UploadUpload. withContentType(String contentType)The upload's content type (for example, "application/octet-stream").UploadUpload. withCreated(Date created)When the upload was created.UploadUpload. withMessage(String message)A message about the upload's result.UploadUpload. withMetadata(String metadata)The upload's metadata.UploadUpload. withName(String name)The upload's file name.UploadUpload. withStatus(UploadStatus status)The upload's status.UploadUpload. withStatus(String status)The upload's status.UploadUpload. withType(UploadType type)The upload's type.UploadUpload. withType(String type)The upload's type.UploadUpload. 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 voidCreateUploadResult. setUpload(Upload upload)The newly created upload.voidGetUploadResult. setUpload(Upload upload)CreateUploadResultCreateUploadResult. withUpload(Upload upload)The newly created upload.GetUploadResultGetUploadResult. withUpload(Upload upload)ListUploadsResultListUploadsResult. 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 voidListUploadsResult. setUploads(Collection<Upload> uploads)Information about the uploads.ListUploadsResultListUploadsResult. withUploads(Collection<Upload> uploads)Information about the uploads.
-