Uses of Class
com.oracle.bmc.cloudbridge.model.ApplianceImageSummary
-
Packages that use ApplianceImageSummary Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model -
-
Uses of ApplianceImageSummary in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type ApplianceImageSummary Modifier and Type Method Description Iterable<ApplianceImageSummary>
OcbAgentSvcPaginators. listApplianceImagesRecordIterator(ListApplianceImagesRequest request)
Creates a new iterable which will iterate over theApplianceImageSummary
objects contained in responses from the listApplianceImages operation. -
Uses of ApplianceImageSummary in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return ApplianceImageSummary Modifier and Type Method Description ApplianceImageSummary
ApplianceImageSummary.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type ApplianceImageSummary Modifier and Type Method Description List<ApplianceImageSummary>
ApplianceImageCollection. getItems()
List of appliance images.Methods in com.oracle.bmc.cloudbridge.model with parameters of type ApplianceImageSummary Modifier and Type Method Description ApplianceImageSummary.Builder
ApplianceImageSummary.Builder. copy(ApplianceImageSummary model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type ApplianceImageSummary Modifier and Type Method Description ApplianceImageCollection.Builder
ApplianceImageCollection.Builder. items(List<ApplianceImageSummary> items)
List of appliance images.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type ApplianceImageSummary Constructor Description ApplianceImageCollection(List<ApplianceImageSummary> items)
Deprecated.
-