Uses of Class
software.amazon.awssdk.services.forecast.model.ImportMode
-
Packages that use ImportMode Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of ImportMode in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return ImportMode Modifier and Type Method Description static ImportModeImportMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportModeCreateDatasetImportJobRequest. importMode()Specifies whether the dataset import job is aFULLorINCREMENTALimport.ImportModeDatasetImportJobSummary. importMode()The import mode of the dataset import job, FULL or INCREMENTAL.ImportModeDescribeDatasetImportJobResponse. importMode()The import mode of the dataset import job, FULL or INCREMENTAL.static ImportModeImportMode. 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.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type ImportMode Modifier and Type Method Description static Set<ImportMode>ImportMode. knownValues()Methods in software.amazon.awssdk.services.forecast.model with parameters of type ImportMode Modifier and Type Method Description CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. importMode(ImportMode importMode)Specifies whether the dataset import job is aFULLorINCREMENTALimport.DatasetImportJobSummary.BuilderDatasetImportJobSummary.Builder. importMode(ImportMode importMode)The import mode of the dataset import job, FULL or INCREMENTAL.DescribeDatasetImportJobResponse.BuilderDescribeDatasetImportJobResponse.Builder. importMode(ImportMode importMode)The import mode of the dataset import job, FULL or INCREMENTAL.
-