Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.Capacity
-
Packages that use Capacity Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of Capacity in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type Capacity Modifier and Type Method Description List<Capacity>DescribeDeviceResponse. deviceCapacities()The hardware specifications of the device.Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type Capacity Modifier and Type Method Description DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. deviceCapacities(Capacity... deviceCapacities)The hardware specifications of the device.Method parameters in software.amazon.awssdk.services.snowdevicemanagement.model with type arguments of type Capacity Modifier and Type Method Description DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. deviceCapacities(Collection<Capacity> deviceCapacities)The hardware specifications of the device.
-