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.cloudguard
Methods 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 theRecommendationSummary
objects contained in responses from the listRecommendations operation. -
Uses of RecommendationSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return RecommendationSummary Modifier and Type Method Description RecommendationSummary
RecommendationSummary.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.Builder
RecommendationSummary.Builder. copy(RecommendationSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type RecommendationSummary Modifier and Type Method Description RecommendationSummaryCollection.Builder
RecommendationSummaryCollection.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.
-