Uses of Class
software.amazon.awssdk.services.ec2.model.BlockDeviceMappingResponse
Packages that use BlockDeviceMappingResponse
-
Uses of BlockDeviceMappingResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type BlockDeviceMappingResponseModifier and TypeMethodDescriptionfinal List<BlockDeviceMappingResponse>FleetLaunchTemplateOverrides.blockDeviceMappings()The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.Methods in software.amazon.awssdk.services.ec2.model with parameters of type BlockDeviceMappingResponseModifier and TypeMethodDescriptionFleetLaunchTemplateOverrides.Builder.blockDeviceMappings(BlockDeviceMappingResponse... blockDeviceMappings) The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BlockDeviceMappingResponseModifier and TypeMethodDescriptionFleetLaunchTemplateOverrides.Builder.blockDeviceMappings(Collection<BlockDeviceMappingResponse> blockDeviceMappings) The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.