Uses of Class
software.amazon.awssdk.services.textract.model.AdapterOverview
-
Packages that use AdapterOverview Package Description software.amazon.awssdk.services.textract.model software.amazon.awssdk.services.textract.paginators -
-
Uses of AdapterOverview in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type AdapterOverview Modifier and Type Method Description List<AdapterOverview>ListAdaptersResponse. adapters()A list of adapters that matches the filtering criteria specified when calling ListAdapters.Methods in software.amazon.awssdk.services.textract.model with parameters of type AdapterOverview Modifier and Type Method Description ListAdaptersResponse.BuilderListAdaptersResponse.Builder. adapters(AdapterOverview... adapters)A list of adapters that matches the filtering criteria specified when calling ListAdapters.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type AdapterOverview Modifier and Type Method Description ListAdaptersResponse.BuilderListAdaptersResponse.Builder. adapters(Collection<AdapterOverview> adapters)A list of adapters that matches the filtering criteria specified when calling ListAdapters. -
Uses of AdapterOverview in software.amazon.awssdk.services.textract.paginators
Methods in software.amazon.awssdk.services.textract.paginators that return types with arguments of type AdapterOverview Modifier and Type Method Description SdkIterable<AdapterOverview>ListAdaptersIterable. adapters()Returns an iterable to iterate through the paginatedListAdaptersResponse.adapters()member.SdkPublisher<AdapterOverview>ListAdaptersPublisher. adapters()Returns a publisher that can be used to get a stream of data.
-