Uses of Interface
software.amazon.awssdk.services.deadline.model.Stats.Builder
-
Packages that use Stats.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of Stats.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return Stats.Builder Modifier and Type Method Description Stats.BuilderStats.Builder. avg(Double avg)The average of the usage statistics.static Stats.BuilderStats. builder()Stats.BuilderStats.Builder. max(Double max)The maximum among the usage statistics.Stats.BuilderStats.Builder. min(Double min)The minimum of the usage statistics.Stats.BuilderStats.Builder. sum(Double sum)The sum of the usage statistics.Stats.BuilderStats. toBuilder()Methods in software.amazon.awssdk.services.deadline.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.deadline.model with type arguments of type Stats.Builder Modifier and Type Method Description default Statistics.BuilderStatistics.Builder. costInUsd(Consumer<Stats.Builder> costInUsd)How the statistics should appear in USD.default Statistics.BuilderStatistics.Builder. runtimeInSeconds(Consumer<Stats.Builder> runtimeInSeconds)The total aggregated runtime.
-