| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
static Source |
Source.fromValue(String value)
Use this in place of valueOf.
|
static Source |
Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Source[] |
Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.withSource(Source source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
|
DescribeDatasetResult |
DescribeDatasetResult.withSource(Source source)
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.