Uses of Class
software.amazon.awssdk.services.wisdom.model.ImportJobType
-
Packages that use ImportJobType Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of ImportJobType in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return ImportJobType Modifier and Type Method Description static ImportJobTypeImportJobType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportJobTypeImportJobData. importJobType()The type of the import job.ImportJobTypeImportJobSummary. importJobType()The type of import job.ImportJobTypeStartImportJobRequest. importJobType()The type of the import job.static ImportJobTypeImportJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportJobType[]ImportJobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type ImportJobType Modifier and Type Method Description static Set<ImportJobType>ImportJobType. knownValues()Methods in software.amazon.awssdk.services.wisdom.model with parameters of type ImportJobType Modifier and Type Method Description ImportJobData.BuilderImportJobData.Builder. importJobType(ImportJobType importJobType)The type of the import job.ImportJobSummary.BuilderImportJobSummary.Builder. importJobType(ImportJobType importJobType)The type of import job.StartImportJobRequest.BuilderStartImportJobRequest.Builder. importJobType(ImportJobType importJobType)The type of the import job.
-