Uses of Class
software.amazon.awssdk.services.textract.model.Warning
-
Packages that use Warning Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Warning in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Warning Modifier and Type Method Description List<Warning>GetDocumentAnalysisResponse. warnings()A list of warnings that occurred during the document-analysis operation.List<Warning>GetDocumentTextDetectionResponse. warnings()A list of warnings that occurred during the text-detection operation for the document.List<Warning>GetExpenseAnalysisResponse. warnings()A list of warnings that occurred during the text-detection operation for the document.List<Warning>GetLendingAnalysisResponse. warnings()A list of warnings that occurred during the lending analysis operation.List<Warning>GetLendingAnalysisSummaryResponse. warnings()A list of warnings that occurred during the lending analysis operation.Methods in software.amazon.awssdk.services.textract.model with parameters of type Warning Modifier and Type Method Description GetDocumentAnalysisResponse.BuilderGetDocumentAnalysisResponse.Builder. warnings(Warning... warnings)A list of warnings that occurred during the document-analysis operation.GetDocumentTextDetectionResponse.BuilderGetDocumentTextDetectionResponse.Builder. warnings(Warning... warnings)A list of warnings that occurred during the text-detection operation for the document.GetExpenseAnalysisResponse.BuilderGetExpenseAnalysisResponse.Builder. warnings(Warning... warnings)A list of warnings that occurred during the text-detection operation for the document.GetLendingAnalysisResponse.BuilderGetLendingAnalysisResponse.Builder. warnings(Warning... warnings)A list of warnings that occurred during the lending analysis operation.GetLendingAnalysisSummaryResponse.BuilderGetLendingAnalysisSummaryResponse.Builder. warnings(Warning... warnings)A list of warnings that occurred during the lending analysis operation.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Warning Modifier and Type Method Description GetDocumentAnalysisResponse.BuilderGetDocumentAnalysisResponse.Builder. warnings(Collection<Warning> warnings)A list of warnings that occurred during the document-analysis operation.GetDocumentTextDetectionResponse.BuilderGetDocumentTextDetectionResponse.Builder. warnings(Collection<Warning> warnings)A list of warnings that occurred during the text-detection operation for the document.GetExpenseAnalysisResponse.BuilderGetExpenseAnalysisResponse.Builder. warnings(Collection<Warning> warnings)A list of warnings that occurred during the text-detection operation for the document.GetLendingAnalysisResponse.BuilderGetLendingAnalysisResponse.Builder. warnings(Collection<Warning> warnings)A list of warnings that occurred during the lending analysis operation.GetLendingAnalysisSummaryResponse.BuilderGetLendingAnalysisSummaryResponse.Builder. warnings(Collection<Warning> warnings)A list of warnings that occurred during the lending analysis operation.
-