Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
static RecrawlBehavior |
RecrawlBehavior.fromValue(String value)
Use this in place of valueOf.
|
static RecrawlBehavior |
RecrawlBehavior.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.
|
Modifier and Type | Method and Description |
---|---|
RecrawlPolicy |
RecrawlPolicy.withRecrawlBehavior(RecrawlBehavior recrawlBehavior)
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last
crawler run.
|
Copyright © 2022. All rights reserved.