Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.ImplementationEffort
-
Packages that use ImplementationEffort Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of ImplementationEffort in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return ImplementationEffort Modifier and Type Method Description static ImplementationEffortImplementationEffort. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImplementationEffortGetRecommendationResponse. implementationEffort()The effort required to implement the recommendation.static ImplementationEffortImplementationEffort. valueOf(String name)Returns the enum constant of this type with the specified name.static ImplementationEffort[]ImplementationEffort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type ImplementationEffort Modifier and Type Method Description List<ImplementationEffort>Filter. implementationEfforts()The effort required to implement the recommendation.static Set<ImplementationEffort>ImplementationEffort. knownValues()Methods in software.amazon.awssdk.services.costoptimizationhub.model with parameters of type ImplementationEffort Modifier and Type Method Description GetRecommendationResponse.BuilderGetRecommendationResponse.Builder. implementationEffort(ImplementationEffort implementationEffort)The effort required to implement the recommendation.Filter.BuilderFilter.Builder. implementationEfforts(ImplementationEffort... implementationEfforts)The effort required to implement the recommendation.Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type ImplementationEffort Modifier and Type Method Description Filter.BuilderFilter.Builder. implementationEfforts(Collection<ImplementationEffort> implementationEfforts)The effort required to implement the recommendation.
-