Uses of Class
software.amazon.awssdk.services.entityresolution.model.IncrementalRunType
-
Packages that use IncrementalRunType Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of IncrementalRunType in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return IncrementalRunType Modifier and Type Method Description static IncrementalRunTypeIncrementalRunType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IncrementalRunTypeIncrementalRunConfig. incrementalRunType()The type of incremental run.static IncrementalRunTypeIncrementalRunType. valueOf(String name)Returns the enum constant of this type with the specified name.static IncrementalRunType[]IncrementalRunType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type IncrementalRunType Modifier and Type Method Description static Set<IncrementalRunType>IncrementalRunType. knownValues()Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type IncrementalRunType Modifier and Type Method Description IncrementalRunConfig.BuilderIncrementalRunConfig.Builder. incrementalRunType(IncrementalRunType incrementalRunType)The type of incremental run.
-