Uses of Class
software.amazon.awssdk.services.autoscaling.model.AcceleratorTotalMemoryMiBRequest
-
Packages that use AcceleratorTotalMemoryMiBRequest Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of AcceleratorTotalMemoryMiBRequest in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return AcceleratorTotalMemoryMiBRequest Modifier and Type Method Description AcceleratorTotalMemoryMiBRequestInstanceRequirements. acceleratorTotalMemoryMiB()The minimum and maximum total memory size for the accelerators on an instance type, in MiB.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type AcceleratorTotalMemoryMiBRequest Modifier and Type Method Description InstanceRequirements.BuilderInstanceRequirements.Builder. acceleratorTotalMemoryMiB(AcceleratorTotalMemoryMiBRequest acceleratorTotalMemoryMiB)The minimum and maximum total memory size for the accelerators on an instance type, in MiB.
-