Uses of Class
software.amazon.awssdk.services.ec2.model.BlockDeviceMappingResponse
-
Packages that use BlockDeviceMappingResponse Package Description software.amazon.awssdk.services.ec2.model -
-
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 BlockDeviceMappingResponse Modifier and Type Method Description List<BlockDeviceMappingResponse>FleetLaunchTemplateOverrides. blockDeviceMappings()The block device mapping, which defines 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 BlockDeviceMappingResponse Modifier and Type Method Description FleetLaunchTemplateOverrides.BuilderFleetLaunchTemplateOverrides.Builder. blockDeviceMappings(BlockDeviceMappingResponse... blockDeviceMappings)The block device mapping, which defines 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 BlockDeviceMappingResponse Modifier and Type Method Description FleetLaunchTemplateOverrides.BuilderFleetLaunchTemplateOverrides.Builder. blockDeviceMappings(Collection<BlockDeviceMappingResponse> blockDeviceMappings)The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch.
-