Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.InferredWorkloadType
-
Packages that use InferredWorkloadType Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of InferredWorkloadType in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return InferredWorkloadType Modifier and Type Method Description static InferredWorkloadTypeInferredWorkloadType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InferredWorkloadTypeInferredWorkloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static InferredWorkloadType[]InferredWorkloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type InferredWorkloadType Modifier and Type Method Description List<InferredWorkloadType>AutoScalingGroupRecommendation. inferredWorkloadTypes()The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.List<InferredWorkloadType>InferredWorkloadSaving. inferredWorkloadTypes()The applications that might be running on the instance as inferred by Compute Optimizer.List<InferredWorkloadType>InstanceRecommendation. inferredWorkloadTypes()The applications that might be running on the instance as inferred by Compute Optimizer.static Set<InferredWorkloadType>InferredWorkloadType. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type InferredWorkloadType Modifier and Type Method Description AutoScalingGroupRecommendation.BuilderAutoScalingGroupRecommendation.Builder. inferredWorkloadTypes(InferredWorkloadType... inferredWorkloadTypes)The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.InferredWorkloadSaving.BuilderInferredWorkloadSaving.Builder. inferredWorkloadTypes(InferredWorkloadType... inferredWorkloadTypes)The applications that might be running on the instance as inferred by Compute Optimizer.InstanceRecommendation.BuilderInstanceRecommendation.Builder. inferredWorkloadTypes(InferredWorkloadType... inferredWorkloadTypes)The applications that might be running on the instance as inferred by Compute Optimizer.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type InferredWorkloadType Modifier and Type Method Description AutoScalingGroupRecommendation.BuilderAutoScalingGroupRecommendation.Builder. inferredWorkloadTypes(Collection<InferredWorkloadType> inferredWorkloadTypes)The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.InferredWorkloadSaving.BuilderInferredWorkloadSaving.Builder. inferredWorkloadTypes(Collection<InferredWorkloadType> inferredWorkloadTypes)The applications that might be running on the instance as inferred by Compute Optimizer.InstanceRecommendation.BuilderInstanceRecommendation.Builder. inferredWorkloadTypes(Collection<InferredWorkloadType> inferredWorkloadTypes)The applications that might be running on the instance as inferred by Compute Optimizer.
-