Uses of Class
software.amazon.awssdk.services.textract.model.UpdateAdapterResponse
-
Packages that use UpdateAdapterResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of UpdateAdapterResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return UpdateAdapterResponse Modifier and Type Method Description default UpdateAdapterResponseTextractClient. updateAdapter(Consumer<UpdateAdapterRequest.Builder> updateAdapterRequest)Update the configuration for an adapter.default UpdateAdapterResponseTextractClient. updateAdapter(UpdateAdapterRequest updateAdapterRequest)Update the configuration for an adapter.Methods in software.amazon.awssdk.services.textract that return types with arguments of type UpdateAdapterResponse Modifier and Type Method Description default CompletableFuture<UpdateAdapterResponse>TextractAsyncClient. updateAdapter(Consumer<UpdateAdapterRequest.Builder> updateAdapterRequest)Update the configuration for an adapter.default CompletableFuture<UpdateAdapterResponse>TextractAsyncClient. updateAdapter(UpdateAdapterRequest updateAdapterRequest)Update the configuration for an adapter.
-