Uses of Class
software.amazon.awssdk.services.ec2.model.MediaDeviceInfo
Packages that use MediaDeviceInfo
-
Uses of MediaDeviceInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MediaDeviceInfoModifier and TypeMethodDescriptionfinal List<MediaDeviceInfo>MediaAcceleratorInfo.accelerators()Describes the media accelerators for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type MediaDeviceInfoModifier and TypeMethodDescriptionMediaAcceleratorInfo.Builder.accelerators(MediaDeviceInfo... accelerators) Describes the media accelerators for the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MediaDeviceInfoModifier and TypeMethodDescriptionMediaAcceleratorInfo.Builder.accelerators(Collection<MediaDeviceInfo> accelerators) Describes the media accelerators for the instance type.