Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Upload |
GetUploadResult.upload |
private Upload |
CreateUploadResult.upload
The newly created upload.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Upload> |
ListUploadsResult.uploads
Information about the uploads.
|
Modifier and Type | Method and Description |
---|---|
Upload |
Upload.clone() |
Upload |
GetUploadResult.getUpload() |
Upload |
CreateUploadResult.getUpload()
The newly created upload.
|
Upload |
Upload.withArn(java.lang.String arn)
The upload's ARN.
|
Upload |
Upload.withContentType(java.lang.String contentType)
The upload's content type (for example, "application/octet-stream").
|
Upload |
Upload.withCreated(java.util.Date created)
When the upload was created.
|
Upload |
Upload.withMessage(java.lang.String message)
A message about the upload's result.
|
Upload |
Upload.withMetadata(java.lang.String metadata)
The upload's metadata.
|
Upload |
Upload.withName(java.lang.String name)
The upload's file name.
|
Upload |
Upload.withStatus(java.lang.String status)
The upload's status.
|
Upload |
Upload.withStatus(UploadStatus status)
The upload's status.
|
Upload |
Upload.withType(java.lang.String type)
The upload's type.
|
Upload |
Upload.withType(UploadType type)
The upload's type.
|
Upload |
Upload.withUrl(java.lang.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 |
---|---|
java.util.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(java.util.Collection<Upload> uploads)
Information about the uploads.
|
ListUploadsResult |
ListUploadsResult.withUploads(java.util.Collection<Upload> uploads)
Information about the uploads.
|
Modifier and Type | Method and Description |
---|---|
Upload |
UploadJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UploadJsonMarshaller.marshall(Upload upload,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|