Uses of Class
com.oracle.bmc.cloudmigrations.model.TargetAsset.Type
-
Packages that use TargetAsset.Type Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of TargetAsset.Type in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return TargetAsset.Type Modifier and Type Method Description static TargetAsset.Type
TargetAsset.Type. create(String key)
static TargetAsset.Type
TargetAsset.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TargetAsset.Type[]
TargetAsset.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-