Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Upload |
Upload.clone() |
Upload |
GetUploadResult.getUpload() |
Upload |
CreateUploadResult.getUpload()
The newly created upload.
|
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(String status)
The upload's status.
|
Upload |
Upload.withStatus(UploadStatus status)
The upload's status.
|
Upload |
Upload.withType(String type)
The upload's type.
|
Upload |
Upload.withType(UploadType 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.
|
Modifier and Type | Method and Description |
---|---|
List<Upload> |
ListUploadsResult.getUploads()
Information about the uploads.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUploadResult.setUpload(Upload upload) |
void |
CreateUploadResult.setUpload(Upload upload)
The newly created upload.
|
GetUploadResult |
GetUploadResult.withUpload(Upload upload) |
CreateUploadResult |
CreateUploadResult.withUpload(Upload upload)
The newly created upload.
|
ListUploadsResult |
ListUploadsResult.withUploads(Upload... uploads)
Information about the uploads.
|
Modifier and Type | Method and Description |
---|---|
void |
ListUploadsResult.setUploads(Collection<Upload> uploads)
Information about the uploads.
|
ListUploadsResult |
ListUploadsResult.withUploads(Collection<Upload> uploads)
Information about the uploads.
|
Copyright © 2018. All rights reserved.