Uses of Class
com.oracle.bmc.opsi.model.AddmDbRecommendationCategorySummary
-
Packages that use AddmDbRecommendationCategorySummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of AddmDbRecommendationCategorySummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type AddmDbRecommendationCategorySummary Modifier and Type Method Description Iterable<AddmDbRecommendationCategorySummary>
OperationsInsightsPaginators. listAddmDbRecommendationCategoriesRecordIterator(ListAddmDbRecommendationCategoriesRequest request)
Creates a new iterable which will iterate over theAddmDbRecommendationCategorySummary
objects contained in responses from the listAddmDbRecommendationCategories operation. -
Uses of AddmDbRecommendationCategorySummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AddmDbRecommendationCategorySummary Modifier and Type Method Description AddmDbRecommendationCategorySummary
AddmDbRecommendationCategorySummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type AddmDbRecommendationCategorySummary Modifier and Type Method Description List<AddmDbRecommendationCategorySummary>
AddmDbRecommendationCategoryCollection. getItems()
List of recommendation categoriesMethods in com.oracle.bmc.opsi.model with parameters of type AddmDbRecommendationCategorySummary Modifier and Type Method Description AddmDbRecommendationCategorySummary.Builder
AddmDbRecommendationCategorySummary.Builder. copy(AddmDbRecommendationCategorySummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type AddmDbRecommendationCategorySummary Modifier and Type Method Description AddmDbRecommendationCategoryCollection.Builder
AddmDbRecommendationCategoryCollection.Builder. items(List<AddmDbRecommendationCategorySummary> items)
List of recommendation categories
-