Uses of Class
com.amazonaws.services.devicefarm.model.Upload
Packages that use Upload
-
Uses of Upload in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return UploadModifier and TypeMethodDescriptionUpload.clone()
CreateUploadResult.getUpload()
The newly created upload.GetUploadResult.getUpload()
The upload's ARN.Upload.withContentType
(String contentType) The upload's content type (for example, "application/octet-stream").Upload.withCreated
(Date created) When the upload was created.Upload.withMessage
(String message) A message about the upload's result.Upload.withMetadata
(String metadata) The upload's metadata.The upload's file name.Upload.withStatus
(UploadStatus status) The upload's status.Upload.withStatus
(String status) The upload's status.Upload.withType
(UploadType type) The upload's type.The upload's type.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 UploadMethods in com.amazonaws.services.devicefarm.model with parameters of type UploadModifier and TypeMethodDescriptionvoid
The newly created upload.void
CreateUploadResult.withUpload
(Upload upload) The newly created upload.GetUploadResult.withUpload
(Upload upload) ListUploadsResult.withUploads
(Upload... uploads) Information about the uploads.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type UploadModifier and TypeMethodDescriptionvoid
ListUploadsResult.setUploads
(Collection<Upload> uploads) Information about the uploads.ListUploadsResult.withUploads
(Collection<Upload> uploads) Information about the uploads.