Uses of Class
software.amazon.awssdk.services.ec2.model.FleetBlockDeviceMappingRequest
Packages that use FleetBlockDeviceMappingRequest
-
Uses of FleetBlockDeviceMappingRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FleetBlockDeviceMappingRequestModifier and TypeMethodDescriptionFleetLaunchTemplateOverridesRequest.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 FleetBlockDeviceMappingRequestModifier and TypeMethodDescriptionFleetLaunchTemplateOverridesRequest.Builder.blockDeviceMappings(FleetBlockDeviceMappingRequest... 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 FleetBlockDeviceMappingRequestModifier and TypeMethodDescriptionFleetLaunchTemplateOverridesRequest.Builder.blockDeviceMappings(Collection<FleetBlockDeviceMappingRequest> blockDeviceMappings) The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.