| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Capacity.Builder |
Capacity.Builder.available(Long available)
The amount of capacity available for use on the device.
|
static Capacity.Builder |
Capacity.builder() |
Capacity.Builder |
Capacity.Builder.name(String name)
The name of the type of capacity, such as memory.
|
Capacity.Builder |
Capacity.toBuilder() |
Capacity.Builder |
Capacity.Builder.total(Long total)
The total capacity on the device.
|
Capacity.Builder |
Capacity.Builder.unit(String unit)
The unit of measure for the type of capacity.
|
Capacity.Builder |
Capacity.Builder.used(Long used)
The amount of capacity used on the device.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Capacity.Builder> |
Capacity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.