| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentVersionMetadata |
DocumentVersionMetadata.addSourceEntry(String key,
String value) |
DocumentVersionMetadata |
DocumentVersionMetadata.addThumbnailEntry(String key,
String value) |
DocumentVersionMetadata |
DocumentVersionMetadata.clearSourceEntries()
Removes all the entries added into Source.
|
DocumentVersionMetadata |
DocumentVersionMetadata.clearThumbnailEntries()
Removes all the entries added into Thumbnail.
|
DocumentVersionMetadata |
DocumentVersionMetadata.clone() |
DocumentVersionMetadata |
DocumentMetadata.getLatestVersionMetadata()
The latest version of the document.
|
DocumentVersionMetadata |
GetDocumentVersionResult.getMetadata()
The version metadata.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withContentCreatedTimestamp(Date contentCreatedTimestamp)
The timestamp when the content of the document was originally created.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withContentModifiedTimestamp(Date contentModifiedTimestamp)
The timestamp when the content of the document was modified.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withContentType(String contentType)
The content type of the document.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withCreatedTimestamp(Date createdTimestamp)
The timestamp when the document was first uploaded.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withCreatorId(String creatorId)
The ID of the creator.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withId(String id)
The ID of the version.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withModifiedTimestamp(Date modifiedTimestamp)
The timestamp when the document was last uploaded.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withName(String name)
The name of the version.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withSignature(String signature)
The signature of the document.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withSize(Long size)
The size of the document, in bytes.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withSource(Map<String,String> source)
The source of the document.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withStatus(DocumentStatusType status)
The status of the document.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withStatus(String status)
The status of the document.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withThumbnail(Map<String,String> thumbnail)
The thumbnail of the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentVersionMetadata> |
DescribeDocumentVersionsResult.getDocumentVersions()
The document versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentMetadata.setLatestVersionMetadata(DocumentVersionMetadata latestVersionMetadata)
The latest version of the document.
|
void |
GetDocumentVersionResult.setMetadata(DocumentVersionMetadata metadata)
The version metadata.
|
DescribeDocumentVersionsResult |
DescribeDocumentVersionsResult.withDocumentVersions(DocumentVersionMetadata... documentVersions)
The document versions.
|
DocumentMetadata |
DocumentMetadata.withLatestVersionMetadata(DocumentVersionMetadata latestVersionMetadata)
The latest version of the document.
|
GetDocumentVersionResult |
GetDocumentVersionResult.withMetadata(DocumentVersionMetadata metadata)
The version metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDocumentVersionsResult.setDocumentVersions(Collection<DocumentVersionMetadata> documentVersions)
The document versions.
|
DescribeDocumentVersionsResult |
DescribeDocumentVersionsResult.withDocumentVersions(Collection<DocumentVersionMetadata> documentVersions)
The document versions.
|
Copyright © 2018. All rights reserved.