Uses of Interface
software.amazon.awssdk.services.textract.model.LendingSummary.Builder
-
Packages that use LendingSummary.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of LendingSummary.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return LendingSummary.Builder Modifier and Type Method Description static LendingSummary.BuilderLendingSummary. builder()LendingSummary.BuilderLendingSummary.Builder. documentGroups(Collection<DocumentGroup> documentGroups)Contains an array of all DocumentGroup objects.LendingSummary.BuilderLendingSummary.Builder. documentGroups(Consumer<DocumentGroup.Builder>... documentGroups)Contains an array of all DocumentGroup objects.LendingSummary.BuilderLendingSummary.Builder. documentGroups(DocumentGroup... documentGroups)Contains an array of all DocumentGroup objects.LendingSummary.BuilderLendingSummary. toBuilder()LendingSummary.BuilderLendingSummary.Builder. undetectedDocumentTypes(String... undetectedDocumentTypes)UndetectedDocumentTypes.LendingSummary.BuilderLendingSummary.Builder. undetectedDocumentTypes(Collection<String> undetectedDocumentTypes)UndetectedDocumentTypes.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type LendingSummary.Builder Modifier and Type Method Description static Class<? extends LendingSummary.Builder>LendingSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type LendingSummary.Builder Modifier and Type Method Description default GetLendingAnalysisSummaryResponse.BuilderGetLendingAnalysisSummaryResponse.Builder. summary(Consumer<LendingSummary.Builder> summary)Contains summary information for documents grouped by type.
-