Uses of Class
com.oracle.bmc.cloudguard.model.RecommendationSummary
- 
Packages that use RecommendationSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model 
- 
- 
Uses of RecommendationSummary in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard that return types with arguments of type RecommendationSummary Modifier and Type Method Description Iterable<RecommendationSummary>CloudGuardPaginators. listRecommendationsRecordIterator(ListRecommendationsRequest request)Creates a new iterable which will iterate over theRecommendationSummaryobjects contained in responses from the listRecommendations operation.
- 
Uses of RecommendationSummary in com.oracle.bmc.cloudguard.modelMethods in com.oracle.bmc.cloudguard.model that return RecommendationSummary Modifier and Type Method Description RecommendationSummaryRecommendationSummary.Builder. build()Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type RecommendationSummary Modifier and Type Method Description List<RecommendationSummary>RecommendationSummaryCollection. getItems()List of RecommendationSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type RecommendationSummary Modifier and Type Method Description RecommendationSummary.BuilderRecommendationSummary.Builder. copy(RecommendationSummary model)Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type RecommendationSummary Modifier and Type Method Description RecommendationSummaryCollection.BuilderRecommendationSummaryCollection.Builder. items(List<RecommendationSummary> items)List of RecommendationSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type RecommendationSummary Constructor Description RecommendationSummaryCollection(List<RecommendationSummary> items, List<ResourceLock> locks)Deprecated.
 
-