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