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