Uses of Class
software.amazon.awssdk.services.ec2.model.PerformanceFactorReferenceRequest
Packages that use PerformanceFactorReferenceRequest
-
Uses of PerformanceFactorReferenceRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PerformanceFactorReferenceRequestModifier and TypeMethodDescriptionCpuPerformanceFactorRequest.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 PerformanceFactorReferenceRequestModifier and TypeMethodDescriptionCpuPerformanceFactorRequest.Builder.references(PerformanceFactorReferenceRequest... 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 PerformanceFactorReferenceRequestModifier and TypeMethodDescriptionCpuPerformanceFactorRequest.Builder.references(Collection<PerformanceFactorReferenceRequest> references) Specify an instance family to use as the baseline reference for CPU performance.