Uses of Class
software.amazon.awssdk.services.comprehend.model.WarningsListItem
-
Packages that use WarningsListItem Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of WarningsListItem in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type WarningsListItem Modifier and Type Method Description List<WarningsListItem>ClassifyDocumentResponse. warnings()Warnings detected while processing the input document.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type WarningsListItem Modifier and Type Method Description ClassifyDocumentResponse.BuilderClassifyDocumentResponse.Builder. warnings(WarningsListItem... warnings)Warnings detected while processing the input document.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type WarningsListItem Modifier and Type Method Description ClassifyDocumentResponse.BuilderClassifyDocumentResponse.Builder. warnings(Collection<WarningsListItem> warnings)Warnings detected while processing the input document.
-