Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Modifier and Type | Method and Description |
---|---|
DocumentServiceWarning |
DocumentServiceWarning.clone() |
DocumentServiceWarning |
DocumentServiceWarning.withMessage(String message)
The description for a warning returned by the document service.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentServiceWarning> |
UploadDocumentsResult.getWarnings()
Any warnings returned by the document service about the documents being
uploaded.
|
Modifier and Type | Method and Description |
---|---|
UploadDocumentsResult |
UploadDocumentsResult.withWarnings(DocumentServiceWarning... warnings)
Any warnings returned by the document service about the documents being
uploaded.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadDocumentsResult.setWarnings(Collection<DocumentServiceWarning> warnings)
Any warnings returned by the document service about the documents being
uploaded.
|
UploadDocumentsResult |
UploadDocumentsResult.withWarnings(Collection<DocumentServiceWarning> warnings)
Any warnings returned by the document service about the documents being
uploaded.
|
Copyright © 2018. All rights reserved.