Uses of Class
software.amazon.awssdk.services.textract.model.AutoUpdate
-
Packages that use AutoUpdate Package Description software.amazon.awssdk.services.textract.model -
-
Uses of AutoUpdate in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return AutoUpdate Modifier and Type Method Description AutoUpdateCreateAdapterRequest. autoUpdate()Controls whether or not the adapter should automatically update.AutoUpdateGetAdapterResponse. autoUpdate()Binary value indicating if the adapter is being automatically updated or not.AutoUpdateUpdateAdapterRequest. autoUpdate()The new auto-update status to be applied to the adapter.AutoUpdateUpdateAdapterResponse. autoUpdate()The auto-update status of the adapter that has been updated.static AutoUpdateAutoUpdate. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoUpdateAutoUpdate. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoUpdate[]AutoUpdate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type AutoUpdate Modifier and Type Method Description static Set<AutoUpdate>AutoUpdate. knownValues()Methods in software.amazon.awssdk.services.textract.model with parameters of type AutoUpdate Modifier and Type Method Description CreateAdapterRequest.BuilderCreateAdapterRequest.Builder. autoUpdate(AutoUpdate autoUpdate)Controls whether or not the adapter should automatically update.GetAdapterResponse.BuilderGetAdapterResponse.Builder. autoUpdate(AutoUpdate autoUpdate)Binary value indicating if the adapter is being automatically updated or not.UpdateAdapterRequest.BuilderUpdateAdapterRequest.Builder. autoUpdate(AutoUpdate autoUpdate)The new auto-update status to be applied to the adapter.UpdateAdapterResponse.BuilderUpdateAdapterResponse.Builder. autoUpdate(AutoUpdate autoUpdate)The auto-update status of the adapter that has been updated.
-