| Package | Description |
|---|---|
| com.amazonaws.services.elasticinference.model |
| Modifier and Type | Method and Description |
|---|---|
AcceleratorType |
AcceleratorType.clone() |
AcceleratorType |
AcceleratorType.withAcceleratorTypeName(String acceleratorTypeName)
The name of the Elastic Inference Accelerator type.
|
AcceleratorType |
AcceleratorType.withMemoryInfo(MemoryInfo memoryInfo)
The memory information of the Elastic Inference Accelerator type.
|
AcceleratorType |
AcceleratorType.withThroughputInfo(Collection<KeyValuePair> throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
|
AcceleratorType |
AcceleratorType.withThroughputInfo(KeyValuePair... throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcceleratorType> |
DescribeAcceleratorTypesResult.getAcceleratorTypes()
The available accelerator types.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAcceleratorTypesResult |
DescribeAcceleratorTypesResult.withAcceleratorTypes(AcceleratorType... acceleratorTypes)
The available accelerator types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAcceleratorTypesResult.setAcceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
|
DescribeAcceleratorTypesResult |
DescribeAcceleratorTypesResult.withAcceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
|
Copyright © 2022. All rights reserved.