Uses of Class
software.amazon.awssdk.services.deadline.model.UsageGroupByField
-
Packages that use UsageGroupByField Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of UsageGroupByField in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return UsageGroupByField Modifier and Type Method Description static UsageGroupByFieldUsageGroupByField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UsageGroupByFieldUsageGroupByField. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageGroupByField[]UsageGroupByField. 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 UsageGroupByField Modifier and Type Method Description List<UsageGroupByField>StartSessionsStatisticsAggregationRequest. groupBy()The field to use to group the statistics.static Set<UsageGroupByField>UsageGroupByField. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type UsageGroupByField Modifier and Type Method Description StartSessionsStatisticsAggregationRequest.BuilderStartSessionsStatisticsAggregationRequest.Builder. groupBy(UsageGroupByField... groupBy)The field to use to group the statistics.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type UsageGroupByField Modifier and Type Method Description StartSessionsStatisticsAggregationRequest.BuilderStartSessionsStatisticsAggregationRequest.Builder. groupBy(Collection<UsageGroupByField> groupBy)The field to use to group the statistics.
-