Uses of Class
software.amazon.awssdk.services.ec2.model.ScheduledInstancesBlockDeviceMapping
Packages that use ScheduledInstancesBlockDeviceMapping
-
Uses of ScheduledInstancesBlockDeviceMapping in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ScheduledInstancesBlockDeviceMappingModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.blockDeviceMappings()The block device mapping entries.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ScheduledInstancesBlockDeviceMappingModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.Builder.blockDeviceMappings(ScheduledInstancesBlockDeviceMapping... blockDeviceMappings) The block device mapping entries.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ScheduledInstancesBlockDeviceMappingModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.Builder.blockDeviceMappings(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings) The block device mapping entries.