Uses of Class
software.amazon.awssdk.services.personalize.model.ImportMode
-
Packages that use ImportMode Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of ImportMode in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.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()Specify how to add the new records to an existing dataset.ImportModeDatasetImportJob. importMode()The import mode used by the dataset import job to import new records.ImportModeDatasetImportJobSummary. importMode()The import mode the dataset import job used to update the data in the dataset.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.personalize.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.personalize.model with parameters of type ImportMode Modifier and Type Method Description CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. importMode(ImportMode importMode)Specify how to add the new records to an existing dataset.DatasetImportJob.BuilderDatasetImportJob.Builder. importMode(ImportMode importMode)The import mode used by the dataset import job to import new records.DatasetImportJobSummary.BuilderDatasetImportJobSummary.Builder. importMode(ImportMode importMode)The import mode the dataset import job used to update the data in the dataset.
-