Uses of Enum
software.amazon.awscdk.services.ec2.CpuCredits
Packages that use CpuCredits
-
Uses of CpuCredits in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CpuCreditsModifier and TypeMethodDescriptiondefault CpuCreditsLaunchTemplateProps.getCpuCredits()CPU credit type for burstable EC2 instance types.final CpuCreditsLaunchTemplateProps.Jsii$Proxy.getCpuCredits()static CpuCreditsReturns the enum constant of this type with the specified name.static CpuCredits[]CpuCredits.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type CpuCreditsModifier and TypeMethodDescriptionLaunchTemplate.Builder.cpuCredits(CpuCredits cpuCredits) CPU credit type for burstable EC2 instance types.LaunchTemplateProps.Builder.cpuCredits(CpuCredits cpuCredits) Sets the value ofLaunchTemplateProps.getCpuCredits()