Uses of Class
software.amazon.awssdk.services.ec2.model.ElasticGpuSpecification
Packages that use ElasticGpuSpecification
-
Uses of ElasticGpuSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ElasticGpuSpecificationModifier and TypeMethodDescriptionfinal List<ElasticGpuSpecification>RunInstancesRequest.elasticGpuSpecification()Deprecated.Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.final List<ElasticGpuSpecification>RequestLaunchTemplateData.elasticGpuSpecifications()Deprecated.Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ElasticGpuSpecificationModifier and TypeMethodDescriptionRunInstancesRequest.Builder.elasticGpuSpecification(ElasticGpuSpecification... elasticGpuSpecification) Deprecated.Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.RequestLaunchTemplateData.Builder.elasticGpuSpecifications(ElasticGpuSpecification... elasticGpuSpecifications) Deprecated.Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ElasticGpuSpecificationModifier and TypeMethodDescriptionRunInstancesRequest.Builder.elasticGpuSpecification(Collection<ElasticGpuSpecification> elasticGpuSpecification) Deprecated.Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.RequestLaunchTemplateData.Builder.elasticGpuSpecifications(Collection<ElasticGpuSpecification> elasticGpuSpecifications) Deprecated.Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.