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