Uses of Interface
software.amazon.awssdk.services.ec2.model.CpuPerformanceFactorRequest.Builder
Packages that use CpuPerformanceFactorRequest.Builder
-
Uses of CpuPerformanceFactorRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CpuPerformanceFactorRequest.BuilderModifier and TypeMethodDescriptionCpuPerformanceFactorRequest.builder()CpuPerformanceFactorRequest.Builder.references(Collection<PerformanceFactorReferenceRequest> references) Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactorRequest.Builder.references(Consumer<PerformanceFactorReferenceRequest.Builder>... references) Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactorRequest.Builder.references(PerformanceFactorReferenceRequest... references) Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactorRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CpuPerformanceFactorRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CpuPerformanceFactorRequest.Builder>CpuPerformanceFactorRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CpuPerformanceFactorRequest.BuilderModifier and TypeMethodDescriptionBaselinePerformanceFactorsRequest.Builder.cpu(Consumer<CpuPerformanceFactorRequest.Builder> cpu) The CPU performance to consider, using an instance family as the baseline reference.