Uses of Class
com.amazonaws.services.cloudsearchdomain.model.DocumentServiceWarning
-
Packages that use DocumentServiceWarning Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of DocumentServiceWarning in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return DocumentServiceWarning Modifier and Type Method Description DocumentServiceWarning
DocumentServiceWarning. clone()
DocumentServiceWarning
DocumentServiceWarning. withMessage(String message)
The description for a warning returned by the document service.Methods in com.amazonaws.services.cloudsearchdomain.model that return types with arguments of type DocumentServiceWarning Modifier and Type Method Description List<DocumentServiceWarning>
UploadDocumentsResult. getWarnings()
Any warnings returned by the document service about the documents being uploaded.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type DocumentServiceWarning Modifier and Type Method Description UploadDocumentsResult
UploadDocumentsResult. withWarnings(DocumentServiceWarning... warnings)
Any warnings returned by the document service about the documents being uploaded.Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type DocumentServiceWarning Modifier and Type Method 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.
-