Uses of Class
software.amazon.awssdk.services.ec2.model.BlockDeviceMapping
-
Packages that use BlockDeviceMapping Package Description software.amazon.awssdk.services.ec2.model -
-
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 BlockDeviceMapping Modifier and Type Method Description List<BlockDeviceMapping>CreateImageRequest. blockDeviceMappings()The block device mappings.List<BlockDeviceMapping>DescribeImageAttributeResponse. blockDeviceMappings()The block device mapping entries.List<BlockDeviceMapping>Image. blockDeviceMappings()Any block device mapping entries.List<BlockDeviceMapping>LaunchSpecification. blockDeviceMappings()The block device mapping entries.List<BlockDeviceMapping>RegisterImageRequest. blockDeviceMappings()The block device mapping entries.List<BlockDeviceMapping>RequestSpotLaunchSpecification. blockDeviceMappings()The block device mapping entries.List<BlockDeviceMapping>RunInstancesRequest. blockDeviceMappings()The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch.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 BlockDeviceMapping Modifier and Type Method Description CreateImageRequest.BuilderCreateImageRequest.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)The block device mappings.DescribeImageAttributeResponse.BuilderDescribeImageAttributeResponse.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)The block device mapping entries.Image.BuilderImage.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)Any block device mapping entries.LaunchSpecification.BuilderLaunchSpecification.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)The block device mapping entries.RegisterImageRequest.BuilderRegisterImageRequest.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)The block device mapping entries.RequestSpotLaunchSpecification.BuilderRequestSpotLaunchSpecification.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)The block device mapping entries.RunInstancesRequest.BuilderRunInstancesRequest.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.BuilderSpotFleetLaunchSpecification.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 BlockDeviceMapping Modifier and Type Method Description CreateImageRequest.BuilderCreateImageRequest.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)The block device mappings.DescribeImageAttributeResponse.BuilderDescribeImageAttributeResponse.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)The block device mapping entries.Image.BuilderImage.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)Any block device mapping entries.LaunchSpecification.BuilderLaunchSpecification.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)The block device mapping entries.RegisterImageRequest.BuilderRegisterImageRequest.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)The block device mapping entries.RequestSpotLaunchSpecification.BuilderRequestSpotLaunchSpecification.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)The block device mapping entries.RunInstancesRequest.BuilderRunInstancesRequest.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.BuilderSpotFleetLaunchSpecification.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)One or more block devices that are mapped to the Spot Instances.
-