Uses of Interface
software.amazon.awssdk.services.autoscaling.model.CpuPerformanceFactorRequest.Builder
-
Packages that use CpuPerformanceFactorRequest.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of CpuPerformanceFactorRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return CpuPerformanceFactorRequest.Builder Modifier and Type Method Description static CpuPerformanceFactorRequest.BuilderCpuPerformanceFactorRequest. builder()CpuPerformanceFactorRequest.BuilderCpuPerformanceFactorRequest.Builder. references(Collection<PerformanceFactorReferenceRequest> references)Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactorRequest.BuilderCpuPerformanceFactorRequest.Builder. references(Consumer<PerformanceFactorReferenceRequest.Builder>... references)Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactorRequest.BuilderCpuPerformanceFactorRequest.Builder. references(PerformanceFactorReferenceRequest... references)Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactorRequest.BuilderCpuPerformanceFactorRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type CpuPerformanceFactorRequest.Builder Modifier and Type Method Description static Class<? extends CpuPerformanceFactorRequest.Builder>CpuPerformanceFactorRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type CpuPerformanceFactorRequest.Builder Modifier and Type Method Description default BaselinePerformanceFactorsRequest.BuilderBaselinePerformanceFactorsRequest.Builder. cpu(Consumer<CpuPerformanceFactorRequest.Builder> cpu)The CPU performance to consider, using an instance family as the baseline reference.
-