| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Capacity |
Capacity.clone() |
Capacity |
Capacity.withAvailable(Long available)
The amount of capacity available for use on the device.
|
Capacity |
Capacity.withName(String name)
The name of the type of capacity, such as memory.
|
Capacity |
Capacity.withTotal(Long total)
The total capacity on the device.
|
Capacity |
Capacity.withUnit(String unit)
The unit of measure for the type of capacity.
|
Capacity |
Capacity.withUsed(Long used)
The amount of capacity used on the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<Capacity> |
DescribeDeviceResult.getDeviceCapacities()
The hardware specifications of the device.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceCapacities(Capacity... deviceCapacities)
The hardware specifications of the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResult.setDeviceCapacities(Collection<Capacity> deviceCapacities)
The hardware specifications of the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withDeviceCapacities(Collection<Capacity> deviceCapacities)
The hardware specifications of the device.
|
Copyright © 2024. All rights reserved.