Uses of Class
software.amazon.awssdk.services.deadline.model.SessionsStatisticsAggregationStatus
-
Packages that use SessionsStatisticsAggregationStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of SessionsStatisticsAggregationStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return SessionsStatisticsAggregationStatus Modifier and Type Method Description static SessionsStatisticsAggregationStatusSessionsStatisticsAggregationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SessionsStatisticsAggregationStatusGetSessionsStatisticsAggregationResponse. status()The status of the aggregated results.static SessionsStatisticsAggregationStatusSessionsStatisticsAggregationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionsStatisticsAggregationStatus[]SessionsStatisticsAggregationStatus. 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 SessionsStatisticsAggregationStatus Modifier and Type Method Description static Set<SessionsStatisticsAggregationStatus>SessionsStatisticsAggregationStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type SessionsStatisticsAggregationStatus Modifier and Type Method Description GetSessionsStatisticsAggregationResponse.BuilderGetSessionsStatisticsAggregationResponse.Builder. status(SessionsStatisticsAggregationStatus status)The status of the aggregated results.
-