Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsCategory
- 
Packages that use LogAnalyticsCategory Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses 
- 
- 
Uses of LogAnalyticsCategory in com.oracle.bmc.loganalyticsMethods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsCategory Modifier and Type Method Description Iterable<LogAnalyticsCategory>LogAnalyticsPaginators. listCategoriesRecordIterator(ListCategoriesRequest request)Creates a new iterable which will iterate over theLogAnalyticsCategoryobjects contained in responses from the listCategories operation.
- 
Uses of LogAnalyticsCategory in com.oracle.bmc.loganalytics.modelMethods in com.oracle.bmc.loganalytics.model that return LogAnalyticsCategory Modifier and Type Method Description LogAnalyticsCategoryLogAnalyticsCategory.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsCategory Modifier and Type Method Description List<LogAnalyticsCategory>LogAnalyticsLookup. getCategories()An array of categories assigned to this lookup.List<LogAnalyticsCategory>LogAnalyticsParser. getCategories()An array of categories assigned to this parser.List<LogAnalyticsCategory>LogAnalyticsResourceCategoryCollection. getCategories()An array of categories.List<LogAnalyticsCategory>LogAnalyticsSource. getCategories()An array of categories assigned to this source.List<LogAnalyticsCategory>UpdateLookupMetadataDetails. getCategories()An array of categories to assign to the lookup.List<LogAnalyticsCategory>UpsertLogAnalyticsParserDetails. getCategories()An array of categories to assign to the parser.List<LogAnalyticsCategory>UpsertLogAnalyticsSourceDetails. getCategories()An array of categories to assign to the source.List<LogAnalyticsCategory>LogAnalyticsCategoryCollection. getItems()An array of categories.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsCategory Modifier and Type Method Description LogAnalyticsCategory.BuilderLogAnalyticsCategory.Builder. copy(LogAnalyticsCategory model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsCategory Modifier and Type Method Description LogAnalyticsLookup.BuilderLogAnalyticsLookup.Builder. categories(List<LogAnalyticsCategory> categories)An array of categories assigned to this lookup.LogAnalyticsParser.BuilderLogAnalyticsParser.Builder. categories(List<LogAnalyticsCategory> categories)An array of categories assigned to this parser.LogAnalyticsResourceCategoryCollection.BuilderLogAnalyticsResourceCategoryCollection.Builder. categories(List<LogAnalyticsCategory> categories)An array of categories.LogAnalyticsSource.BuilderLogAnalyticsSource.Builder. categories(List<LogAnalyticsCategory> categories)An array of categories assigned to this source.UpdateLookupMetadataDetails.BuilderUpdateLookupMetadataDetails.Builder. categories(List<LogAnalyticsCategory> categories)An array of categories to assign to the lookup.UpsertLogAnalyticsParserDetails.BuilderUpsertLogAnalyticsParserDetails.Builder. categories(List<LogAnalyticsCategory> categories)An array of categories to assign to the parser.UpsertLogAnalyticsSourceDetails.BuilderUpsertLogAnalyticsSourceDetails.Builder. categories(List<LogAnalyticsCategory> categories)An array of categories to assign to the source.LogAnalyticsCategoryCollection.BuilderLogAnalyticsCategoryCollection.Builder. items(List<LogAnalyticsCategory> items)An array of categories.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsCategory Constructor Description LogAnalyticsCategoryCollection(List<LogAnalyticsCategory> items)Deprecated.LogAnalyticsResourceCategoryCollection(List<LogAnalyticsCategory> categories, List<LogAnalyticsResourceCategory> items)Deprecated.
- 
Uses of LogAnalyticsCategory in com.oracle.bmc.loganalytics.responsesMethods in com.oracle.bmc.loganalytics.responses that return LogAnalyticsCategory Modifier and Type Method Description LogAnalyticsCategoryGetCategoryResponse. getLogAnalyticsCategory()The returned LogAnalyticsCategory instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type LogAnalyticsCategory Modifier and Type Method Description GetCategoryResponse.BuilderGetCategoryResponse.Builder. logAnalyticsCategory(LogAnalyticsCategory logAnalyticsCategory)The returned LogAnalyticsCategory instance.
 
-