Uses of Class
com.oracle.bmc.core.model.ImageShapeCompatibilityEntry
-
Packages that use ImageShapeCompatibilityEntry Package Description com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of ImageShapeCompatibilityEntry in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ImageShapeCompatibilityEntry Modifier and Type Method Description ImageShapeCompatibilityEntry
ImageShapeCompatibilityEntry.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type ImageShapeCompatibilityEntry Modifier and Type Method Description ImageShapeCompatibilityEntry.Builder
ImageShapeCompatibilityEntry.Builder. copy(ImageShapeCompatibilityEntry model)
-
Uses of ImageShapeCompatibilityEntry in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ImageShapeCompatibilityEntry Modifier and Type Method Description ImageShapeCompatibilityEntry
AddImageShapeCompatibilityEntryResponse. getImageShapeCompatibilityEntry()
The returned ImageShapeCompatibilityEntry instance.ImageShapeCompatibilityEntry
GetImageShapeCompatibilityEntryResponse. getImageShapeCompatibilityEntry()
The returned ImageShapeCompatibilityEntry instance.Methods in com.oracle.bmc.core.responses with parameters of type ImageShapeCompatibilityEntry Modifier and Type Method Description AddImageShapeCompatibilityEntryResponse.Builder
AddImageShapeCompatibilityEntryResponse.Builder. imageShapeCompatibilityEntry(ImageShapeCompatibilityEntry imageShapeCompatibilityEntry)
The returned ImageShapeCompatibilityEntry instance.GetImageShapeCompatibilityEntryResponse.Builder
GetImageShapeCompatibilityEntryResponse.Builder. imageShapeCompatibilityEntry(ImageShapeCompatibilityEntry imageShapeCompatibilityEntry)
The returned ImageShapeCompatibilityEntry instance.
-