Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
MediaAcceleratorInfo |
MediaAcceleratorInfo.clone() |
MediaAcceleratorInfo |
InstanceTypeInfo.getMediaAcceleratorInfo()
Describes the media accelerator settings for the instance type.
|
MediaAcceleratorInfo |
MediaAcceleratorInfo.withAccelerators(Collection<MediaDeviceInfo> accelerators)
Describes the media accelerators for the instance type.
|
MediaAcceleratorInfo |
MediaAcceleratorInfo.withAccelerators(MediaDeviceInfo... accelerators)
Describes the media accelerators for the instance type.
|
MediaAcceleratorInfo |
MediaAcceleratorInfo.withTotalMediaMemoryInMiB(Integer totalMediaMemoryInMiB)
The total size of the memory for the media accelerators for the instance type, in MiB.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setMediaAcceleratorInfo(MediaAcceleratorInfo mediaAcceleratorInfo)
Describes the media accelerator settings for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withMediaAcceleratorInfo(MediaAcceleratorInfo mediaAcceleratorInfo)
Describes the media accelerator settings for the instance type.
|
Copyright © 2024. All rights reserved.