Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListWorkloadEstimatesFilterName
-
Packages that use ListWorkloadEstimatesFilterName Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListWorkloadEstimatesFilterName in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return ListWorkloadEstimatesFilterName Modifier and Type Method Description static ListWorkloadEstimatesFilterNameListWorkloadEstimatesFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListWorkloadEstimatesFilterNameListWorkloadEstimatesFilter. name()The name of the filter attribute.static ListWorkloadEstimatesFilterNameListWorkloadEstimatesFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static ListWorkloadEstimatesFilterName[]ListWorkloadEstimatesFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListWorkloadEstimatesFilterName Modifier and Type Method Description static Set<ListWorkloadEstimatesFilterName>ListWorkloadEstimatesFilterName. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type ListWorkloadEstimatesFilterName Modifier and Type Method Description ListWorkloadEstimatesFilter.BuilderListWorkloadEstimatesFilter.Builder. name(ListWorkloadEstimatesFilterName name)The name of the filter attribute.
-