Uses of Class
software.amazon.awssdk.services.ec2.model.ElasticInferenceAccelerator
Packages that use ElasticInferenceAccelerator
-
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 ElasticInferenceAcceleratorModifier and TypeMethodDescriptionfinal List<ElasticInferenceAccelerator>RunInstancesRequest.elasticInferenceAccelerators()Deprecated.Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ElasticInferenceAcceleratorModifier and TypeMethodDescriptionRunInstancesRequest.Builder.elasticInferenceAccelerators(ElasticInferenceAccelerator... elasticInferenceAccelerators) Deprecated.Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ElasticInferenceAcceleratorModifier and TypeMethodDescriptionRunInstancesRequest.Builder.elasticInferenceAccelerators(Collection<ElasticInferenceAccelerator> elasticInferenceAccelerators) Deprecated.Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.