| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
MediaDeviceInfo |
MediaDeviceInfo.clone() |
MediaDeviceInfo |
MediaDeviceInfo.withCount(Integer count)
The number of media accelerators for the instance type.
|
MediaDeviceInfo |
MediaDeviceInfo.withManufacturer(String manufacturer)
The manufacturer of the media accelerator.
|
MediaDeviceInfo |
MediaDeviceInfo.withMemoryInfo(MediaDeviceMemoryInfo memoryInfo)
Describes the memory available to the media accelerator.
|
MediaDeviceInfo |
MediaDeviceInfo.withName(String name)
The name of the media accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaDeviceInfo> |
MediaAcceleratorInfo.getAccelerators()
Describes the media accelerators for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
MediaAcceleratorInfo |
MediaAcceleratorInfo.withAccelerators(MediaDeviceInfo... accelerators)
Describes the media accelerators for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaAcceleratorInfo.setAccelerators(Collection<MediaDeviceInfo> accelerators)
Describes the media accelerators for the instance type.
|
MediaAcceleratorInfo |
MediaAcceleratorInfo.withAccelerators(Collection<MediaDeviceInfo> accelerators)
Describes the media accelerators for the instance type.
|
Copyright © 2025. All rights reserved.