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