Uses of Class
com.oracle.bmc.database.model.CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily
-
Packages that use CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily Package Description com.oracle.bmc.database.model -
-
Uses of CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily Modifier and Type Method Description static CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily. create(String key)
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily
CreateAutonomousDatabaseSoftwareImageDetails. getImageShapeFamily()
To what shape the image is meant for.static CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily[]
CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily Modifier and Type Method Description CreateAutonomousDatabaseSoftwareImageDetails.Builder
CreateAutonomousDatabaseSoftwareImageDetails.Builder. imageShapeFamily(CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.Constructors in com.oracle.bmc.database.model with parameters of type CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily Constructor Description CreateAutonomousDatabaseSoftwareImageDetails(String compartmentId, String displayName, String sourceCdbId, CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily imageShapeFamily, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-