Uses of Class
software.amazon.awssdk.services.supplychain.model.ConfigurationJobStatus
-
Packages that use ConfigurationJobStatus Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of ConfigurationJobStatus in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return ConfigurationJobStatus Modifier and Type Method Description static ConfigurationJobStatusConfigurationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConfigurationJobStatusBillOfMaterialsImportJob. status()The BillOfMaterialsImportJob ConfigurationJobStatus.static ConfigurationJobStatusConfigurationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationJobStatus[]ConfigurationJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type ConfigurationJobStatus Modifier and Type Method Description static Set<ConfigurationJobStatus>ConfigurationJobStatus. knownValues()Methods in software.amazon.awssdk.services.supplychain.model with parameters of type ConfigurationJobStatus Modifier and Type Method Description BillOfMaterialsImportJob.BuilderBillOfMaterialsImportJob.Builder. status(ConfigurationJobStatus status)The BillOfMaterialsImportJob ConfigurationJobStatus.
-