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 Graphics accelerator.
|
Modifier and Type | Method and Description |
---|---|
List<ElasticGpuSpecification> |
RunInstancesRequest.getElasticGpuSpecification()
An elastic GPU to associate with the instance.
|
List<ElasticGpuSpecification> |
RequestLaunchTemplateData.getElasticGpuSpecifications()
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.
|
RequestLaunchTemplateData |
RequestLaunchTemplateData.withElasticGpuSpecifications(ElasticGpuSpecification... elasticGpuSpecifications)
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.
|
void |
RequestLaunchTemplateData.setElasticGpuSpecifications(Collection<ElasticGpuSpecification> elasticGpuSpecifications)
An elastic GPU to associate with the instance.
|
RunInstancesRequest |
RunInstancesRequest.withElasticGpuSpecification(Collection<ElasticGpuSpecification> elasticGpuSpecification)
An elastic GPU to associate with the instance.
|
RequestLaunchTemplateData |
RequestLaunchTemplateData.withElasticGpuSpecifications(Collection<ElasticGpuSpecification> elasticGpuSpecifications)
An elastic GPU to associate with the instance.
|
Copyright © 2021. All rights reserved.