Uses of Class
software.amazon.awssdk.services.ec2.model.PerformanceFactorReference
-
Packages that use PerformanceFactorReference Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PerformanceFactorReference in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PerformanceFactorReference Modifier and Type Method Description List<PerformanceFactorReference>CpuPerformanceFactor. references()Specify an instance family to use as the baseline reference for CPU performance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PerformanceFactorReference Modifier and Type Method Description CpuPerformanceFactor.BuilderCpuPerformanceFactor.Builder. references(PerformanceFactorReference... references)Specify an instance family to use as the baseline reference for CPU performance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PerformanceFactorReference Modifier and Type Method Description CpuPerformanceFactor.BuilderCpuPerformanceFactor.Builder. references(Collection<PerformanceFactorReference> references)Specify an instance family to use as the baseline reference for CPU performance.
-