| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentDetails |
DocumentDetails.clone() |
DocumentDetails |
DocumentDetails.withCreatedAt(Date createdAt)
The timestamp for when the document was created.
|
DocumentDetails |
DocumentDetails.withDocumentId(String documentId)
The identifier of the document.
|
DocumentDetails |
DocumentDetails.withError(ErrorDetail error)
An error message associated with the document.
|
DocumentDetails |
DocumentDetails.withStatus(DocumentStatus status)
The current status of the document.
|
DocumentDetails |
DocumentDetails.withStatus(String status)
The current status of the document.
|
DocumentDetails |
DocumentDetails.withUpdatedAt(Date updatedAt)
The timestamp for when the document was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentDetails> |
ListDocumentsResult.getDocumentDetailList()
A list of document details.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResult |
ListDocumentsResult.withDocumentDetailList(DocumentDetails... documentDetailList)
A list of document details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocumentsResult.setDocumentDetailList(Collection<DocumentDetails> documentDetailList)
A list of document details.
|
ListDocumentsResult |
ListDocumentsResult.withDocumentDetailList(Collection<DocumentDetails> documentDetailList)
A list of document details.
|
Copyright © 2024. All rights reserved.