Uses of Class
software.amazon.awssdk.services.ec2.model.PerformanceFactorReference
Packages that use PerformanceFactorReference
-
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 PerformanceFactorReferenceModifier and TypeMethodDescriptionfinal 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 PerformanceFactorReferenceModifier and TypeMethodDescriptionCpuPerformanceFactor.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 PerformanceFactorReferenceModifier and TypeMethodDescriptionCpuPerformanceFactor.Builder.references(Collection<PerformanceFactorReference> references) Specify an instance family to use as the baseline reference for CPU performance.