| Package | Description |
|---|---|
| com.amazonaws.services.elasticinference.model |
| Modifier and Type | Method and Description |
|---|---|
AcceleratorTypeOffering |
AcceleratorTypeOffering.clone() |
AcceleratorTypeOffering |
AcceleratorTypeOffering.withAcceleratorType(String acceleratorType)
The name of the Elastic Inference Accelerator type.
|
AcceleratorTypeOffering |
AcceleratorTypeOffering.withLocation(String location)
The location for the offering.
|
AcceleratorTypeOffering |
AcceleratorTypeOffering.withLocationType(LocationType locationType)
The location type for the offering.
|
AcceleratorTypeOffering |
AcceleratorTypeOffering.withLocationType(String locationType)
The location type for the offering.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcceleratorTypeOffering> |
DescribeAcceleratorOfferingsResult.getAcceleratorTypeOfferings()
The list of accelerator type offerings for a specific location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAcceleratorOfferingsResult |
DescribeAcceleratorOfferingsResult.withAcceleratorTypeOfferings(AcceleratorTypeOffering... acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAcceleratorOfferingsResult.setAcceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
|
DescribeAcceleratorOfferingsResult |
DescribeAcceleratorOfferingsResult.withAcceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
|
Copyright © 2022. All rights reserved.