Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.CpuVendorArchitecture
-
Packages that use CpuVendorArchitecture Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of CpuVendorArchitecture in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return CpuVendorArchitecture Modifier and Type Method Description static CpuVendorArchitectureCpuVendorArchitecture. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CpuVendorArchitectureCpuVendorArchitecture. valueOf(String name)Returns the enum constant of this type with the specified name.static CpuVendorArchitecture[]CpuVendorArchitecture. 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 CpuVendorArchitecture Modifier and Type Method Description List<CpuVendorArchitecture>EffectiveRecommendationPreferences. cpuVendorArchitectures()Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.List<CpuVendorArchitecture>RecommendationPreferences. cpuVendorArchitectures()Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.static Set<CpuVendorArchitecture>CpuVendorArchitecture. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type CpuVendorArchitecture Modifier and Type Method Description EffectiveRecommendationPreferences.BuilderEffectiveRecommendationPreferences.Builder. cpuVendorArchitectures(CpuVendorArchitecture... cpuVendorArchitectures)Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.RecommendationPreferences.BuilderRecommendationPreferences.Builder. cpuVendorArchitectures(CpuVendorArchitecture... cpuVendorArchitectures)Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type CpuVendorArchitecture Modifier and Type Method Description EffectiveRecommendationPreferences.BuilderEffectiveRecommendationPreferences.Builder. cpuVendorArchitectures(Collection<CpuVendorArchitecture> cpuVendorArchitectures)Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.RecommendationPreferences.BuilderRecommendationPreferences.Builder. cpuVendorArchitectures(Collection<CpuVendorArchitecture> cpuVendorArchitectures)Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.
-