Uses of Class
com.oracle.bmc.stackmonitoring.model.ConfigSummary
-
Packages that use ConfigSummary Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model -
-
Uses of ConfigSummary in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type ConfigSummary Modifier and Type Method Description Iterable<ConfigSummary>
StackMonitoringPaginators. listConfigsRecordIterator(ListConfigsRequest request)
Creates a new iterable which will iterate over theConfigSummary
objects contained in responses from the listConfigs operation. -
Uses of ConfigSummary in com.oracle.bmc.stackmonitoring.model
Subclasses of ConfigSummary in com.oracle.bmc.stackmonitoring.model Modifier and Type Class Description class
AutoPromoteConfigSummary
Summary of an AUTO_PROMOTE config.class
ComputeAutoActivatePluginConfigSummary
Summary of a COMPUTE_AUTO_ACTIVATE_PLUGIN config.class
LicenseAutoAssignConfigSummary
Summary of a LICENSE_AUTO_ASSIGN configuration.class
LicenseEnterpriseExtensibilityConfigSummary
Summary of a LICENSE_ENTERPRISE_EXTENSIBILITY configuration.class
OnboardConfigSummary
A configuration of the ONBOARD type, contains fields describing Onboarding customization: policies, dynamic groups, user groups.Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type ConfigSummary Modifier and Type Method Description List<ConfigSummary>
ConfigCollection. getItems()
List of configurations.Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type ConfigSummary Modifier and Type Method Description ConfigCollection.Builder
ConfigCollection.Builder. items(List<ConfigSummary> items)
List of configurations.Constructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type ConfigSummary Constructor Description ConfigCollection(List<ConfigSummary> items)
Deprecated.
-