Uses of Class
software.amazon.awssdk.services.resiliencehub.model.GroupingRecommendationConfidenceLevel
-
Packages that use GroupingRecommendationConfidenceLevel Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of GroupingRecommendationConfidenceLevel in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return GroupingRecommendationConfidenceLevel Modifier and Type Method Description GroupingRecommendationConfidenceLevelGroupingRecommendation. confidenceLevel()Indicates the confidence level of Resilience Hub on the grouping recommendation.static GroupingRecommendationConfidenceLevelGroupingRecommendationConfidenceLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GroupingRecommendationConfidenceLevelGroupingRecommendationConfidenceLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupingRecommendationConfidenceLevel[]GroupingRecommendationConfidenceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type GroupingRecommendationConfidenceLevel Modifier and Type Method Description static Set<GroupingRecommendationConfidenceLevel>GroupingRecommendationConfidenceLevel. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type GroupingRecommendationConfidenceLevel Modifier and Type Method Description GroupingRecommendation.BuilderGroupingRecommendation.Builder. confidenceLevel(GroupingRecommendationConfidenceLevel confidenceLevel)Indicates the confidence level of Resilience Hub on the grouping recommendation.
-