Uses of Class
software.amazon.awssdk.services.costexplorer.model.FindingReasonCode
-
Packages that use FindingReasonCode Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of FindingReasonCode in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return FindingReasonCode Modifier and Type Method Description static FindingReasonCodeFindingReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FindingReasonCodeFindingReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingReasonCode[]FindingReasonCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type FindingReasonCode Modifier and Type Method Description List<FindingReasonCode>RightsizingRecommendation. findingReasonCodes()The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific metrics (for example, CPU, Memory, Network).static Set<FindingReasonCode>FindingReasonCode. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type FindingReasonCode Modifier and Type Method Description RightsizingRecommendation.BuilderRightsizingRecommendation.Builder. findingReasonCodes(FindingReasonCode... findingReasonCodes)The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific metrics (for example, CPU, Memory, Network).Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type FindingReasonCode Modifier and Type Method Description RightsizingRecommendation.BuilderRightsizingRecommendation.Builder. findingReasonCodes(Collection<FindingReasonCode> findingReasonCodes)The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific metrics (for example, CPU, Memory, Network).
-