Uses of Class
software.amazon.awssdk.services.deadline.model.Stats
-
Packages that use Stats Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of Stats in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return Stats Modifier and Type Method Description StatsStatistics. costInUsd()How the statistics should appear in USD.StatsStatistics. runtimeInSeconds()The total aggregated runtime.Methods in software.amazon.awssdk.services.deadline.model with parameters of type Stats Modifier and Type Method Description Statistics.BuilderStatistics.Builder. costInUsd(Stats costInUsd)How the statistics should appear in USD.Statistics.BuilderStatistics.Builder. runtimeInSeconds(Stats runtimeInSeconds)The total aggregated runtime.
-