Uses of Class
com.oracle.bmc.loganalytics.model.StreamCursorTypes
-
Packages that use StreamCursorTypes Package Description com.oracle.bmc.loganalytics.model -
-
Uses of StreamCursorTypes in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return StreamCursorTypes Modifier and Type Method Description static StreamCursorTypesStreamCursorTypes. create(String key)StreamCursorTypesCreateLogAnalyticsObjectCollectionRuleDetails. getStreamCursorType()Cursor type used to fetch messages from stream.StreamCursorTypesLogAnalyticsObjectCollectionRule. getStreamCursorType()Cursor type used to fetch messages from stream.StreamCursorTypesUpdateLogAnalyticsObjectCollectionRuleDetails. getStreamCursorType()Cursor type used to fetch messages from stream.static StreamCursorTypesStreamCursorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamCursorTypes[]StreamCursorTypes. 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 StreamCursorTypes Modifier and Type Method Description CreateLogAnalyticsObjectCollectionRuleDetails.BuilderCreateLogAnalyticsObjectCollectionRuleDetails.Builder. streamCursorType(StreamCursorTypes streamCursorType)Cursor type used to fetch messages from stream.LogAnalyticsObjectCollectionRule.BuilderLogAnalyticsObjectCollectionRule.Builder. streamCursorType(StreamCursorTypes streamCursorType)Cursor type used to fetch messages from stream.UpdateLogAnalyticsObjectCollectionRuleDetails.BuilderUpdateLogAnalyticsObjectCollectionRuleDetails.Builder. streamCursorType(StreamCursorTypes streamCursorType)Cursor type used to fetch messages from stream.Constructors in com.oracle.bmc.loganalytics.model with parameters of type StreamCursorTypes 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, String streamId, StreamCursorTypes streamCursorType, Date streamCursorTime, 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, String streamId, StreamCursorTypes streamCursorType, Date streamCursorTime, String lastCollectedObject, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.UpdateLogAnalyticsObjectCollectionRuleDetails(String description, 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, String streamId, StreamCursorTypes streamCursorType, Date streamCursorTime, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-