Uses of Enum
software.amazon.awscdk.services.ec2.BurstablePerformance
Packages that use BurstablePerformance
-
Uses of BurstablePerformance in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return BurstablePerformanceModifier and TypeMethodDescriptiondefault BurstablePerformance
InstanceRequirementsConfig.getBurstablePerformance()
Indicates whether burstable performance instance types are included, excluded, or required.final BurstablePerformance
InstanceRequirementsConfig.Jsii$Proxy.getBurstablePerformance()
static BurstablePerformance
Returns the enum constant of this type with the specified name.static BurstablePerformance[]
BurstablePerformance.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 BurstablePerformanceModifier and TypeMethodDescriptionInstanceRequirementsConfig.Builder.burstablePerformance
(BurstablePerformance burstablePerformance) Sets the value ofInstanceRequirementsConfig.getBurstablePerformance()