Uses of Class
software.amazon.awssdk.services.ec2.model.ElasticInferenceAccelerator
-
Packages that use ElasticInferenceAccelerator Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ElasticInferenceAccelerator in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ElasticInferenceAccelerator Modifier and Type Method Description List<ElasticInferenceAccelerator>RunInstancesRequest. elasticInferenceAccelerators()An elastic inference accelerator to associate with the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ElasticInferenceAccelerator Modifier and Type Method Description RunInstancesRequest.BuilderRunInstancesRequest.Builder. elasticInferenceAccelerators(ElasticInferenceAccelerator... elasticInferenceAccelerators)An elastic inference accelerator to associate with the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ElasticInferenceAccelerator Modifier and Type Method Description RunInstancesRequest.BuilderRunInstancesRequest.Builder. elasticInferenceAccelerators(Collection<ElasticInferenceAccelerator> elasticInferenceAccelerators)An elastic inference accelerator to associate with the instance.
-