Uses of Interface
software.amazon.awssdk.services.textract.model.DocumentTooLargeException.Builder
-
Packages that use DocumentTooLargeException.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of DocumentTooLargeException.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return DocumentTooLargeException.Builder Modifier and Type Method Description DocumentTooLargeException.BuilderDocumentTooLargeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static DocumentTooLargeException.BuilderDocumentTooLargeException. builder()DocumentTooLargeException.BuilderDocumentTooLargeException.Builder. cause(Throwable cause)DocumentTooLargeException.BuilderDocumentTooLargeException.Builder. message(String message)DocumentTooLargeException.BuilderDocumentTooLargeException.Builder. requestId(String requestId)DocumentTooLargeException.BuilderDocumentTooLargeException.Builder. statusCode(int statusCode)DocumentTooLargeException.BuilderDocumentTooLargeException. toBuilder()DocumentTooLargeException.BuilderDocumentTooLargeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type DocumentTooLargeException.Builder Modifier and Type Method Description static Class<? extends DocumentTooLargeException.Builder>DocumentTooLargeException. serializableBuilderClass()
-