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