Uses of Class
com.oracle.bmc.opsi.model.ConfigurationItemSummary
-
Packages that use ConfigurationItemSummary Package Description com.oracle.bmc.opsi.model -
-
Uses of ConfigurationItemSummary in com.oracle.bmc.opsi.model
Subclasses of ConfigurationItemSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
BasicConfigurationItemSummary
Basic configuration item summary.Methods in com.oracle.bmc.opsi.model that return types with arguments of type ConfigurationItemSummary Modifier and Type Method Description List<ConfigurationItemSummary>
ConfigurationItemsCollection. getConfigItems()
Array of configuration item summary objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type ConfigurationItemSummary Modifier and Type Method Description UxConfigurationItemsCollection.Builder
UxConfigurationItemsCollection.Builder. configItems(List<ConfigurationItemSummary> configItems)
Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type ConfigurationItemSummary Constructor Description ConfigurationItemsCollection(List<ConfigurationItemSummary> configItems)
Deprecated.UxConfigurationItemsCollection(List<ConfigurationItemSummary> configItems)
Deprecated.
-