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()
The elastic inference accelerator for the instance.
|
Modifier and Type | Method and Description |
---|---|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withElasticInferenceAccelerators(LaunchTemplateElasticInferenceAcceleratorResponse... elasticInferenceAccelerators)
The elastic inference accelerator for the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setElasticInferenceAccelerators(Collection<LaunchTemplateElasticInferenceAcceleratorResponse> elasticInferenceAccelerators)
The elastic inference accelerator for the instance.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withElasticInferenceAccelerators(Collection<LaunchTemplateElasticInferenceAcceleratorResponse> elasticInferenceAccelerators)
The elastic inference accelerator for the instance.
|
Copyright © 2023. All rights reserved.