Uses of Class
com.oracle.bmc.loganalytics.model.EffectivePropertySummary
-
Packages that use EffectivePropertySummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of EffectivePropertySummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type EffectivePropertySummary Modifier and Type Method Description Iterable<EffectivePropertySummary>
LogAnalyticsPaginators. listEffectivePropertiesRecordIterator(ListEffectivePropertiesRequest request)
Creates a new iterable which will iterate over theEffectivePropertySummary
objects contained in responses from the listEffectiveProperties operation. -
Uses of EffectivePropertySummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EffectivePropertySummary Modifier and Type Method Description EffectivePropertySummary
EffectivePropertySummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type EffectivePropertySummary Modifier and Type Method Description List<EffectivePropertySummary>
EffectivePropertyCollection. getItems()
A list of properties and their effective values.Methods in com.oracle.bmc.loganalytics.model with parameters of type EffectivePropertySummary Modifier and Type Method Description EffectivePropertySummary.Builder
EffectivePropertySummary.Builder. copy(EffectivePropertySummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type EffectivePropertySummary Modifier and Type Method Description EffectivePropertyCollection.Builder
EffectivePropertyCollection.Builder. items(List<EffectivePropertySummary> items)
A list of properties and their effective values.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type EffectivePropertySummary Constructor Description EffectivePropertyCollection(List<EffectivePropertySummary> items)
Deprecated.
-