Uses of Class
com.amazonaws.services.cloudsearchdomain.model.DocumentServiceWarning
Packages that use DocumentServiceWarning
-
Uses of DocumentServiceWarning in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return DocumentServiceWarningModifier and TypeMethodDescriptionDocumentServiceWarning.clone()
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 DocumentServiceWarningModifier and TypeMethodDescriptionUploadDocumentsResult.getWarnings()
Any warnings returned by the document service about the documents being uploaded.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type DocumentServiceWarningModifier and TypeMethodDescriptionUploadDocumentsResult.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 DocumentServiceWarningModifier and TypeMethodDescriptionvoid
UploadDocumentsResult.setWarnings
(Collection<DocumentServiceWarning> warnings) Any warnings returned by the document service about the documents being uploaded.UploadDocumentsResult.withWarnings
(Collection<DocumentServiceWarning> warnings) Any warnings returned by the document service about the documents being uploaded.