Uses of Class
software.amazon.awssdk.services.glue.model.RecrawlBehavior
-
Packages that use RecrawlBehavior Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RecrawlBehavior in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RecrawlBehavior Modifier and Type Method Description static RecrawlBehaviorRecrawlBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecrawlBehaviorRecrawlPolicy. recrawlBehavior()Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.static RecrawlBehaviorRecrawlBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static RecrawlBehavior[]RecrawlBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RecrawlBehavior Modifier and Type Method Description static Set<RecrawlBehavior>RecrawlBehavior. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type RecrawlBehavior Modifier and Type Method Description RecrawlPolicy.BuilderRecrawlPolicy.Builder. recrawlBehavior(RecrawlBehavior recrawlBehavior)Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.
-