Uses of Class
com.oracle.bmc.cloudguard.model.RecommendationLifecycleDetail
-
Packages that use RecommendationLifecycleDetail Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of RecommendationLifecycleDetail in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return RecommendationLifecycleDetail Modifier and Type Method Description static RecommendationLifecycleDetail
RecommendationLifecycleDetail. create(String key)
RecommendationLifecycleDetail
RecommendationSummary. getLifecycleDetail()
Additional details on the substate of the lifecycle statestatic RecommendationLifecycleDetail
RecommendationLifecycleDetail. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecommendationLifecycleDetail[]
RecommendationLifecycleDetail. 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 RecommendationLifecycleDetail Modifier and Type Method Description RecommendationSummary.Builder
RecommendationSummary.Builder. lifecycleDetail(RecommendationLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle stateConstructors in com.oracle.bmc.cloudguard.model with parameters of type RecommendationLifecycleDetail 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. -
Uses of RecommendationLifecycleDetail in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return RecommendationLifecycleDetail Modifier and Type Method Description RecommendationLifecycleDetail
ListRecommendationsRequest. getLifecycleDetail()
The field lifecycle state.Methods in com.oracle.bmc.cloudguard.requests with parameters of type RecommendationLifecycleDetail Modifier and Type Method Description ListRecommendationsRequest.Builder
ListRecommendationsRequest.Builder. lifecycleDetail(RecommendationLifecycleDetail lifecycleDetail)
The field lifecycle state.
-