Uses of Interface
software.amazon.awssdk.services.datasync.model.Capacity.Builder
-
Packages that use Capacity.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Capacity.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Capacity.Builder Modifier and Type Method Description static Capacity.BuilderCapacity. builder()Capacity.BuilderCapacity.Builder. clusterCloudStorageUsed(Long clusterCloudStorageUsed)The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).Capacity.BuilderCapacity.Builder. logicalUsed(Long logicalUsed)The amount of space that's being used in a storage system resource without accounting for compression or deduplication.Capacity.BuilderCapacity.Builder. provisioned(Long provisioned)The total amount of space available in a storage system resource.Capacity.BuilderCapacity. toBuilder()Capacity.BuilderCapacity.Builder. used(Long used)The amount of space that's being used in a storage system resource.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type Capacity.Builder Modifier and Type Method Description static Class<? extends Capacity.Builder>Capacity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type Capacity.Builder Modifier and Type Method Description default ResourceMetrics.BuilderResourceMetrics.Builder. capacity(Consumer<Capacity.Builder> capacity)The storage capacity of the on-premises storage system resource.
-