Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AcceleratorTotalMemoryMiB |
AcceleratorTotalMemoryMiB.clone() |
AcceleratorTotalMemoryMiB |
InstanceRequirements.getAcceleratorTotalMemoryMiB()
The minimum and maximum amount of total accelerator memory, in MiB.
|
AcceleratorTotalMemoryMiB |
AcceleratorTotalMemoryMiB.withMax(Integer max)
The maximum amount of accelerator memory, in MiB.
|
AcceleratorTotalMemoryMiB |
AcceleratorTotalMemoryMiB.withMin(Integer min)
The minimum amount of accelerator memory, in MiB.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceRequirements.setAcceleratorTotalMemoryMiB(AcceleratorTotalMemoryMiB acceleratorTotalMemoryMiB)
The minimum and maximum amount of total accelerator memory, in MiB.
|
InstanceRequirements |
InstanceRequirements.withAcceleratorTotalMemoryMiB(AcceleratorTotalMemoryMiB acceleratorTotalMemoryMiB)
The minimum and maximum amount of total accelerator memory, in MiB.
|
Copyright © 2021. All rights reserved.