| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportMode |
ImportMode.fromValue(String value)
Use this in place of valueOf.
|
static ImportMode |
ImportMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportMode[] |
ImportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetImportJobResult |
DescribeDatasetImportJobResult.withImportMode(ImportMode importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withImportMode(ImportMode importMode)
Specifies whether the dataset import job is a
FULL or INCREMENTAL import. |
DatasetImportJobSummary |
DatasetImportJobSummary.withImportMode(ImportMode importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
|
Copyright © 2024. All rights reserved.