Uses of Class
com.oracle.bmc.loganalytics.model.CreationSourceType
-
Packages that use CreationSourceType Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of CreationSourceType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return CreationSourceType Modifier and Type Method Description static CreationSourceTypeCreationSourceType. create(String key)CreationSourceTypeCreationSource. getType()Source that auto-created the entity.static CreationSourceTypeCreationSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreationSourceType[]CreationSourceType. 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 CreationSourceType Modifier and Type Method Description CreationSource.BuilderCreationSource.Builder. type(CreationSourceType type)Source that auto-created the entity.Constructors in com.oracle.bmc.loganalytics.model with parameters of type CreationSourceType Constructor Description CreationSource(CreationSourceType type, String details)Deprecated. -
Uses of CreationSourceType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return types with arguments of type CreationSourceType Modifier and Type Method Description List<CreationSourceType>ListLogAnalyticsEntitiesRequest. getCreationSourceType()A filter to return only those log analytics entities with the specified auto-creation source.Methods in com.oracle.bmc.loganalytics.requests with parameters of type CreationSourceType Modifier and Type Method Description ListLogAnalyticsEntitiesRequest.BuilderListLogAnalyticsEntitiesRequest.Builder. creationSourceType(CreationSourceType singularValue)Singular setter.Method parameters in com.oracle.bmc.loganalytics.requests with type arguments of type CreationSourceType Modifier and Type Method Description ListLogAnalyticsEntitiesRequest.BuilderListLogAnalyticsEntitiesRequest.Builder. creationSourceType(List<CreationSourceType> creationSourceType)A filter to return only those log analytics entities with the specified auto-creation source.
-