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