Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceBlockDeviceMapping
Packages that use InstanceBlockDeviceMapping
-
Uses of InstanceBlockDeviceMapping in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceBlockDeviceMappingModifier and TypeMethodDescriptionfinal List<InstanceBlockDeviceMapping>DescribeInstanceAttributeResponse.blockDeviceMappings()The block device mapping of the instance.final List<InstanceBlockDeviceMapping>Instance.blockDeviceMappings()Any block device mapping entries for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceBlockDeviceMappingModifier and TypeMethodDescriptionDescribeInstanceAttributeResponse.Builder.blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings) The block device mapping of the instance.Instance.Builder.blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings) Any block device mapping entries for the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceBlockDeviceMappingModifier and TypeMethodDescriptionDescribeInstanceAttributeResponse.Builder.blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) The block device mapping of the instance.Instance.Builder.blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) Any block device mapping entries for the instance.