Uses of Class
software.amazon.awssdk.services.ec2.model.FleetBlockDeviceMappingRequest
-
Packages that use FleetBlockDeviceMappingRequest Package Description software.amazon.awssdk.services.ec2.model -
-
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 FleetBlockDeviceMappingRequest Modifier and Type Method Description List<FleetBlockDeviceMappingRequest>FleetLaunchTemplateOverridesRequest. 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 FleetBlockDeviceMappingRequest Modifier and Type Method Description FleetLaunchTemplateOverridesRequest.BuilderFleetLaunchTemplateOverridesRequest.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 FleetBlockDeviceMappingRequest Modifier and Type Method Description FleetLaunchTemplateOverridesRequest.BuilderFleetLaunchTemplateOverridesRequest.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.
-