Uses of Class
software.amazon.awssdk.services.cloudsearchdomain.model.DocumentServiceWarning
-
Packages that use DocumentServiceWarning Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of DocumentServiceWarning in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type DocumentServiceWarning Modifier and Type Method Description List<DocumentServiceWarning>UploadDocumentsResponse. warnings()Any warnings returned by the document service about the documents being uploaded.Methods in software.amazon.awssdk.services.cloudsearchdomain.model with parameters of type DocumentServiceWarning Modifier and Type Method Description UploadDocumentsResponse.BuilderUploadDocumentsResponse.Builder. warnings(DocumentServiceWarning... warnings)Any warnings returned by the document service about the documents being uploaded.Method parameters in software.amazon.awssdk.services.cloudsearchdomain.model with type arguments of type DocumentServiceWarning Modifier and Type Method Description UploadDocumentsResponse.BuilderUploadDocumentsResponse.Builder. warnings(Collection<DocumentServiceWarning> warnings)Any warnings returned by the document service about the documents being uploaded.
-