Uses of Class
com.oracle.bmc.opsi.model.OpsiConfigurationSummary
-
Packages that use OpsiConfigurationSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of OpsiConfigurationSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type OpsiConfigurationSummary Modifier and Type Method Description Iterable<OpsiConfigurationSummary>
OperationsInsightsPaginators. listOpsiConfigurationsRecordIterator(ListOpsiConfigurationsRequest request)
Creates a new iterable which will iterate over theOpsiConfigurationSummary
objects contained in responses from the listOpsiConfigurations operation. -
Uses of OpsiConfigurationSummary in com.oracle.bmc.opsi.model
Subclasses of OpsiConfigurationSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
OpsiUxConfigurationSummary
OPSI UX configuration summary.Methods in com.oracle.bmc.opsi.model that return types with arguments of type OpsiConfigurationSummary Modifier and Type Method Description List<OpsiConfigurationSummary>
OpsiConfigurationsCollection. getItems()
Array of OPSI configuration summary objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type OpsiConfigurationSummary Modifier and Type Method Description OpsiConfigurationsCollection.Builder
OpsiConfigurationsCollection.Builder. items(List<OpsiConfigurationSummary> items)
Array of OPSI configuration summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type OpsiConfigurationSummary Constructor Description OpsiConfigurationsCollection(List<OpsiConfigurationSummary> items)
Deprecated.
-