Uses of Class
com.oracle.bmc.cloudguard.model.RecommendationType
-
Packages that use RecommendationType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of RecommendationType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return RecommendationType Modifier and Type Method Description static RecommendationTypeRecommendationType. create(String key)RecommendationTypeRecommendationSummary. getType()Recommendation typestatic RecommendationTypeRecommendationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationType[]RecommendationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type RecommendationType Modifier and Type Method Description RecommendationSummary.BuilderRecommendationSummary.Builder. type(RecommendationType type)Recommendation typeConstructors in com.oracle.bmc.cloudguard.model with parameters of type RecommendationType Constructor Description RecommendationSummary(String id, RecommendationType type, String tenantId, String compartmentId, String targetId, Map<String,String> details, RiskLevel riskLevel, Long problemCount, LifecycleState lifecycleState, RecommendationLifecycleDetail lifecycleDetail, Date timeCreated, Date timeUpdated, String name, String description)Deprecated.
-