Uses of Interface
software.amazon.awscdk.services.autoscaling.BlockDevice
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon EKS Construct Library
-
Uses of BlockDevice in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionfinal List<BlockDevice>
AutoScalingGroupProps.Jsii$Proxy.getBlockDevices()
default List<BlockDevice>
CommonAutoScalingGroupProps.getBlockDevices()
Specifies how block devices are exposed to the instance.final List<BlockDevice>
CommonAutoScalingGroupProps.Jsii$Proxy.getBlockDevices()
Modifier and TypeMethodDescriptionAutoScalingGroup.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Specifies how block devices are exposed to the instance.AutoScalingGroupProps.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()
CommonAutoScalingGroupProps.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()
-
Uses of BlockDevice in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionfinal List<BlockDevice>
AddCapacityOptions.Jsii$Proxy.getBlockDevices()
Modifier and TypeMethodDescriptionAddCapacityOptions.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()
-
Uses of BlockDevice in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionfinal List<BlockDevice>
AutoScalingGroupCapacityOptions.Jsii$Proxy.getBlockDevices()
Modifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()
-
Uses of BlockDevice in software.amazon.awscdk.services.eks.legacy
Modifier and TypeMethodDescriptionfinal List<BlockDevice>
CapacityOptions.Jsii$Proxy.getBlockDevices()
Deprecated.Modifier and TypeMethodDescriptionCapacityOptions.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Deprecated.Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()