| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ElasticGpuSpecification |
ElasticGpuSpecification.clone() |
ElasticGpuSpecification |
ElasticGpuSpecification.withType(String type)
The type of Elastic GPU.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElasticGpuSpecification> |
RunInstancesRequest.getElasticGpuSpecification()
An Elastic GPU to associate with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
RunInstancesRequest |
RunInstancesRequest.withElasticGpuSpecification(ElasticGpuSpecification... elasticGpuSpecification)
An Elastic GPU to associate with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunInstancesRequest.setElasticGpuSpecification(Collection<ElasticGpuSpecification> elasticGpuSpecification)
An Elastic GPU to associate with the instance.
|
RunInstancesRequest |
RunInstancesRequest.withElasticGpuSpecification(Collection<ElasticGpuSpecification> elasticGpuSpecification)
An Elastic GPU to associate with the instance.
|
Copyright © 2017. All rights reserved.