Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ElasticGpuAssociation |
ElasticGpuAssociation.clone() |
ElasticGpuAssociation |
ElasticGpuAssociation.withElasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
|
ElasticGpuAssociation |
ElasticGpuAssociation.withElasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic Graphics accelerator.
|
ElasticGpuAssociation |
ElasticGpuAssociation.withElasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic Graphics accelerator was associated with the instance.
|
ElasticGpuAssociation |
ElasticGpuAssociation.withElasticGpuId(String elasticGpuId)
The ID of the Elastic Graphics accelerator.
|
Modifier and Type | Method and Description |
---|---|
List<ElasticGpuAssociation> |
Instance.getElasticGpuAssociations()
The Elastic GPU associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withElasticGpuAssociations(ElasticGpuAssociation... elasticGpuAssociations)
The Elastic GPU associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setElasticGpuAssociations(Collection<ElasticGpuAssociation> elasticGpuAssociations)
The Elastic GPU associated with the instance.
|
Instance |
Instance.withElasticGpuAssociations(Collection<ElasticGpuAssociation> elasticGpuAssociations)
The Elastic GPU associated with the instance.
|
Copyright © 2021. All rights reserved.