Uses of Class
com.oracle.bmc.cloudguard.model.RecommendationSummaryCollection
-
Packages that use RecommendationSummaryCollection Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of RecommendationSummaryCollection in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return RecommendationSummaryCollection Modifier and Type Method Description RecommendationSummaryCollection
RecommendationSummaryCollection.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type RecommendationSummaryCollection Modifier and Type Method Description RecommendationSummaryCollection.Builder
RecommendationSummaryCollection.Builder. copy(RecommendationSummaryCollection model)
-
Uses of RecommendationSummaryCollection in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return RecommendationSummaryCollection Modifier and Type Method Description RecommendationSummaryCollection
ListRecommendationsResponse. getRecommendationSummaryCollection()
The returned RecommendationSummaryCollection instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type RecommendationSummaryCollection Modifier and Type Method Description ListRecommendationsResponse.Builder
ListRecommendationsResponse.Builder. recommendationSummaryCollection(RecommendationSummaryCollection recommendationSummaryCollection)
The returned RecommendationSummaryCollection instance.
-