Uses of Class
software.amazon.awssdk.services.textract.model.ListAdaptersResponse
-
Packages that use ListAdaptersResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.software.amazon.awssdk.services.textract.paginators -
-
Uses of ListAdaptersResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return ListAdaptersResponse Modifier and Type Method Description default ListAdaptersResponseTextractClient. listAdapters(Consumer<ListAdaptersRequest.Builder> listAdaptersRequest)Lists all adapters that match the specified filtration criteria.default ListAdaptersResponseTextractClient. listAdapters(ListAdaptersRequest listAdaptersRequest)Lists all adapters that match the specified filtration criteria.Methods in software.amazon.awssdk.services.textract that return types with arguments of type ListAdaptersResponse Modifier and Type Method Description default CompletableFuture<ListAdaptersResponse>TextractAsyncClient. listAdapters(Consumer<ListAdaptersRequest.Builder> listAdaptersRequest)Lists all adapters that match the specified filtration criteria.default CompletableFuture<ListAdaptersResponse>TextractAsyncClient. listAdapters(ListAdaptersRequest listAdaptersRequest)Lists all adapters that match the specified filtration criteria. -
Uses of ListAdaptersResponse in software.amazon.awssdk.services.textract.paginators
Methods in software.amazon.awssdk.services.textract.paginators that return types with arguments of type ListAdaptersResponse Modifier and Type Method Description Iterator<ListAdaptersResponse>ListAdaptersIterable. iterator()Method parameters in software.amazon.awssdk.services.textract.paginators with type arguments of type ListAdaptersResponse Modifier and Type Method Description voidListAdaptersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAdaptersResponse> subscriber)
-