Uses of Interface
software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse.Builder
-
Packages that use StartDocumentAnalysisResponse.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of StartDocumentAnalysisResponse.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return StartDocumentAnalysisResponse.Builder Modifier and Type Method Description static StartDocumentAnalysisResponse.BuilderStartDocumentAnalysisResponse. builder()StartDocumentAnalysisResponse.BuilderStartDocumentAnalysisResponse.Builder. jobId(String jobId)The identifier for the document text detection job.StartDocumentAnalysisResponse.BuilderStartDocumentAnalysisResponse. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type StartDocumentAnalysisResponse.Builder Modifier and Type Method Description static Class<? extends StartDocumentAnalysisResponse.Builder>StartDocumentAnalysisResponse. serializableBuilderClass()
-