Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsSessionGroupBySpecification
-
Packages that use AnalyticsSessionGroupBySpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsSessionGroupBySpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsSessionGroupBySpecification Modifier and Type Method Description List<AnalyticsSessionGroupBySpecification>ListSessionMetricsRequest. groupBy()A list of objects, each of which specifies how to group the results.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsSessionGroupBySpecification Modifier and Type Method Description ListSessionMetricsRequest.BuilderListSessionMetricsRequest.Builder. groupBy(AnalyticsSessionGroupBySpecification... groupBy)A list of objects, each of which specifies how to group the results.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsSessionGroupBySpecification Modifier and Type Method Description ListSessionMetricsRequest.BuilderListSessionMetricsRequest.Builder. groupBy(Collection<AnalyticsSessionGroupBySpecification> groupBy)A list of objects, each of which specifies how to group the results.
-