| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static Capacity.Builder |
Capacity.builder() |
Capacity.Builder |
Capacity.Builder.logicalUsed(Long logicalUsed)
The amount of space that's being used in a storage system resource without accounting for compression or
deduplication.
|
Capacity.Builder |
Capacity.Builder.provisioned(Long provisioned)
The total amount of space available in a storage system resource.
|
Capacity.Builder |
Capacity.toBuilder() |
Capacity.Builder |
Capacity.Builder.used(Long used)
The amount of space that's being used in a storage system resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Capacity.Builder> |
Capacity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceMetrics.Builder |
ResourceMetrics.Builder.capacity(Consumer<Capacity.Builder> capacity)
The storage capacity of the on-premises storage system resource.
|
Copyright © 2023. All rights reserved.