Uses of Interface
software.amazon.awssdk.services.s3.model.Stats.Builder
-
Packages that use Stats.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Stats.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Stats.Builder Modifier and Type Method Description static Stats.BuilderStats. builder()Stats.BuilderStats.Builder. bytesProcessed(Long bytesProcessed)The total number of uncompressed object bytes processed.Stats.BuilderStats.Builder. bytesReturned(Long bytesReturned)The total number of bytes of records payload data returned.Stats.BuilderStats.Builder. bytesScanned(Long bytesScanned)The total number of object bytes scanned.Stats.BuilderStatsEvent.BuilderImpl. getDetails()Stats.BuilderStats. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Stats.Builder Modifier and Type Method Description static Class<? extends Stats.Builder>Stats. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Stats.Builder Modifier and Type Method Description default StatsEvent.BuilderStatsEvent.Builder. details(Consumer<Stats.Builder> details)The Stats event details.
-