Uses of Class
com.oracle.bmc.loganalytics.model.ObjectCollectionRuleCollectionTypes
-
Packages that use ObjectCollectionRuleCollectionTypes Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ObjectCollectionRuleCollectionTypes in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ObjectCollectionRuleCollectionTypes Modifier and Type Method Description static ObjectCollectionRuleCollectionTypes
ObjectCollectionRuleCollectionTypes. create(String key)
ObjectCollectionRuleCollectionTypes
CreateLogAnalyticsObjectCollectionRuleDetails. getCollectionType()
The type of collection.ObjectCollectionRuleCollectionTypes
LogAnalyticsObjectCollectionRule. getCollectionType()
The type of log collection.ObjectCollectionRuleCollectionTypes
LogAnalyticsObjectCollectionRuleSummary. getCollectionType()
The type of log collection.static ObjectCollectionRuleCollectionTypes
ObjectCollectionRuleCollectionTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectCollectionRuleCollectionTypes[]
ObjectCollectionRuleCollectionTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type ObjectCollectionRuleCollectionTypes Modifier and Type Method Description CreateLogAnalyticsObjectCollectionRuleDetails.Builder
CreateLogAnalyticsObjectCollectionRuleDetails.Builder. collectionType(ObjectCollectionRuleCollectionTypes collectionType)
The type of collection.LogAnalyticsObjectCollectionRule.Builder
LogAnalyticsObjectCollectionRule.Builder. collectionType(ObjectCollectionRuleCollectionTypes collectionType)
The type of log collection.LogAnalyticsObjectCollectionRuleSummary.Builder
LogAnalyticsObjectCollectionRuleSummary.Builder. collectionType(ObjectCollectionRuleCollectionTypes collectionType)
The type of log collection.Constructors in com.oracle.bmc.loganalytics.model with parameters of type ObjectCollectionRuleCollectionTypes Constructor Description CreateLogAnalyticsObjectCollectionRuleDetails(String name, String description, String compartmentId, String osNamespace, String osBucketName, ObjectCollectionRuleCollectionTypes collectionType, String pollSince, String pollTill, String logGroupId, String logSourceName, String entityId, String charEncoding, Boolean isEnabled, String timezone, String logSet, LogSetKeyTypes logSetKey, String logSetExtRegex, Map<String,List<PropertyOverride>> overrides, List<String> objectNameFilters, LogTypes logType, Boolean isForceHistoricCollection, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.LogAnalyticsObjectCollectionRule(String id, String name, String description, String compartmentId, String osNamespace, String osBucketName, ObjectCollectionRuleCollectionTypes collectionType, String pollSince, String pollTill, String logGroupId, String logSourceName, String entityId, String charEncoding, String timezone, String logSet, LogSetKeyTypes logSetKey, String logSetExtRegex, Map<String,List<PropertyOverride>> overrides, ObjectCollectionRuleLifecycleStates lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Boolean isEnabled, List<String> objectNameFilters, LogTypes logType, Boolean isForceHistoricCollection, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.LogAnalyticsObjectCollectionRuleSummary(String id, String name, String description, String compartmentId, String osNamespace, String osBucketName, ObjectCollectionRuleCollectionTypes collectionType, ObjectCollectionRuleLifecycleStates lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Boolean isEnabled, List<String> objectNameFilters, LogTypes logType, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-