Uses of Class
software.amazon.awssdk.services.ec2.model.BlockDeviceMapping
Packages that use BlockDeviceMapping
-
Uses of BlockDeviceMapping in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionfinal List<BlockDeviceMapping>CreateImageRequest.blockDeviceMappings()The block device mappings.final List<BlockDeviceMapping>DescribeImageAttributeResponse.blockDeviceMappings()The block device mapping entries.final List<BlockDeviceMapping>Image.blockDeviceMappings()Any block device mapping entries.final List<BlockDeviceMapping>LaunchSpecification.blockDeviceMappings()The block device mapping entries.final List<BlockDeviceMapping>RegisterImageRequest.blockDeviceMappings()The block device mapping entries.final List<BlockDeviceMapping>RequestSpotLaunchSpecification.blockDeviceMappings()The block device mapping entries.final List<BlockDeviceMapping>RunInstancesRequest.blockDeviceMappings()The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch.final List<BlockDeviceMapping>SpotFleetLaunchSpecification.blockDeviceMappings()One or more block devices that are mapped to the Spot Instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type BlockDeviceMappingModifier and TypeMethodDescriptionCreateImageRequest.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mappings.DescribeImageAttributeResponse.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mapping entries.Image.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) Any block device mapping entries.LaunchSpecification.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mapping entries.RegisterImageRequest.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mapping entries.RequestSpotLaunchSpecification.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mapping entries.RunInstancesRequest.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch.SpotFleetLaunchSpecification.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) One or more block devices that are mapped to the Spot Instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionCreateImageRequest.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mappings.DescribeImageAttributeResponse.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mapping entries.Image.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) Any block device mapping entries.LaunchSpecification.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mapping entries.RegisterImageRequest.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mapping entries.RequestSpotLaunchSpecification.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mapping entries.RunInstancesRequest.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch.SpotFleetLaunchSpecification.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) One or more block devices that are mapped to the Spot Instances.