| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportMode |
ImportMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImportMode |
DescribeDatasetImportJobResponse.importMode()
The import mode of the dataset import job, FULL or INCREMENTAL.
|
ImportMode |
DatasetImportJobSummary.importMode()
The import mode of the dataset import job, FULL or INCREMENTAL.
|
ImportMode |
CreateDatasetImportJobRequest.importMode()
Specifies whether the dataset import job is a
FULL or INCREMENTAL import. |
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 |
|---|---|
static Set<ImportMode> |
ImportMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetImportJobResponse.Builder |
DescribeDatasetImportJobResponse.Builder.importMode(ImportMode importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
|
DatasetImportJobSummary.Builder |
DatasetImportJobSummary.Builder.importMode(ImportMode importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
|
CreateDatasetImportJobRequest.Builder |
CreateDatasetImportJobRequest.Builder.importMode(ImportMode importMode)
Specifies whether the dataset import job is a
FULL or INCREMENTAL import. |
Copyright © 2023. All rights reserved.