Uses of Class
software.amazon.awssdk.services.deadline.model.UsageStatistic
-
Packages that use UsageStatistic Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of UsageStatistic in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return UsageStatistic Modifier and Type Method Description static UsageStatisticUsageStatistic. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UsageStatisticUsageStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageStatistic[]UsageStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type UsageStatistic Modifier and Type Method Description static Set<UsageStatistic>UsageStatistic. knownValues()List<UsageStatistic>StartSessionsStatisticsAggregationRequest. statistics()One to four statistics to return.Methods in software.amazon.awssdk.services.deadline.model with parameters of type UsageStatistic Modifier and Type Method Description StartSessionsStatisticsAggregationRequest.BuilderStartSessionsStatisticsAggregationRequest.Builder. statistics(UsageStatistic... statistics)One to four statistics to return.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type UsageStatistic Modifier and Type Method Description StartSessionsStatisticsAggregationRequest.BuilderStartSessionsStatisticsAggregationRequest.Builder. statistics(Collection<UsageStatistic> statistics)One to four statistics to return.
-