Uses of Interface
software.amazon.awssdk.services.textract.model.UpdateAdapterRequest.Builder
-
Packages that use UpdateAdapterRequest.Builder 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.model -
-
Uses of UpdateAdapterRequest.Builder in software.amazon.awssdk.services.textract
Method parameters in software.amazon.awssdk.services.textract with type arguments of type UpdateAdapterRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAdapterResponse>TextractAsyncClient. updateAdapter(Consumer<UpdateAdapterRequest.Builder> updateAdapterRequest)Update the configuration for an adapter.default UpdateAdapterResponseTextractClient. updateAdapter(Consumer<UpdateAdapterRequest.Builder> updateAdapterRequest)Update the configuration for an adapter. -
Uses of UpdateAdapterRequest.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return UpdateAdapterRequest.Builder Modifier and Type Method Description UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. adapterId(String adapterId)A string containing a unique ID for the adapter that will be updated.UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. adapterName(String adapterName)The new name to be applied to the adapter.UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. autoUpdate(String autoUpdate)The new auto-update status to be applied to the adapter.UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. autoUpdate(AutoUpdate autoUpdate)The new auto-update status to be applied to the adapter.static UpdateAdapterRequest.BuilderUpdateAdapterRequest. builder()UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. description(String description)The new description to be applied to the adapter.UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAdapterRequest.BuilderUpdateAdapterRequest. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type UpdateAdapterRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAdapterRequest.Builder>UpdateAdapterRequest. serializableBuilderClass()
-