Uses of Class
com.oracle.bmc.database.model.AutonomousDatabaseSoftwareImage.ImageShapeFamily
-
Packages that use AutonomousDatabaseSoftwareImage.ImageShapeFamily Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of AutonomousDatabaseSoftwareImage.ImageShapeFamily in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousDatabaseSoftwareImage.ImageShapeFamily Modifier and Type Method Description static AutonomousDatabaseSoftwareImage.ImageShapeFamily
AutonomousDatabaseSoftwareImage.ImageShapeFamily. create(String key)
AutonomousDatabaseSoftwareImage.ImageShapeFamily
AutonomousDatabaseSoftwareImage. getImageShapeFamily()
To what shape the image is meant for.AutonomousDatabaseSoftwareImage.ImageShapeFamily
AutonomousDatabaseSoftwareImageSummary. getImageShapeFamily()
To what shape the image is meant for.static AutonomousDatabaseSoftwareImage.ImageShapeFamily
AutonomousDatabaseSoftwareImage.ImageShapeFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousDatabaseSoftwareImage.ImageShapeFamily[]
AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.ImageShapeFamily Modifier and Type Method Description AutonomousDatabaseSoftwareImage.Builder
AutonomousDatabaseSoftwareImage.Builder. imageShapeFamily(AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.AutonomousDatabaseSoftwareImageSummary.Builder
AutonomousDatabaseSoftwareImageSummary.Builder. imageShapeFamily(AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousDatabaseSoftwareImage.ImageShapeFamily Constructor Description AutonomousDatabaseSoftwareImage(String id, String compartmentId, String databaseVersion, String displayName, AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String releaseUpdate, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> autonomousDsiOneOffPatches, AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily, String dstFileVersion)
Deprecated.AutonomousDatabaseSoftwareImageSummary(String id, String compartmentId, String databaseVersion, String displayName, AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String releaseUpdate, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> autonomousDsiOneOffPatches, AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily, String dstFileVersion)
Deprecated. -
Uses of AutonomousDatabaseSoftwareImage.ImageShapeFamily in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return AutonomousDatabaseSoftwareImage.ImageShapeFamily Modifier and Type Method Description AutonomousDatabaseSoftwareImage.ImageShapeFamily
ListAutonomousDatabaseSoftwareImagesRequest. getImageShapeFamily()
A filter to return only resources that match the given image shape family exactly.Methods in com.oracle.bmc.database.requests with parameters of type AutonomousDatabaseSoftwareImage.ImageShapeFamily Modifier and Type Method Description ListAutonomousDatabaseSoftwareImagesRequest.Builder
ListAutonomousDatabaseSoftwareImagesRequest.Builder. imageShapeFamily(AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily)
A filter to return only resources that match the given image shape family exactly.
-