Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateElasticInferenceAcceleratorResponse |
LaunchTemplateElasticInferenceAcceleratorResponse.clone() |
LaunchTemplateElasticInferenceAcceleratorResponse |
LaunchTemplateElasticInferenceAcceleratorResponse.withCount(Integer count)
The number of elastic inference accelerators to attach to the instance.
|
LaunchTemplateElasticInferenceAcceleratorResponse |
LaunchTemplateElasticInferenceAcceleratorResponse.withType(String type)
The type of elastic inference accelerator.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchTemplateElasticInferenceAcceleratorResponse> |
ResponseLaunchTemplateData.getElasticInferenceAccelerators()
An elastic inference accelerator to associate with the instance.
|
Modifier and Type | Method and Description |
---|---|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withElasticInferenceAccelerators(LaunchTemplateElasticInferenceAcceleratorResponse... elasticInferenceAccelerators)
An elastic inference accelerator to associate with the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setElasticInferenceAccelerators(Collection<LaunchTemplateElasticInferenceAcceleratorResponse> elasticInferenceAccelerators)
An elastic inference accelerator to associate with the instance.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withElasticInferenceAccelerators(Collection<LaunchTemplateElasticInferenceAcceleratorResponse> elasticInferenceAccelerators)
An elastic inference accelerator to associate with the instance.
|
Copyright © 2024. All rights reserved.