Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsBinBySpecification
-
Packages that use AnalyticsBinBySpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsBinBySpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsBinBySpecification Modifier and Type Method Description List<AnalyticsBinBySpecification>ListIntentMetricsRequest. binBy()A list of objects, each of which contains specifications for organizing the results by time.List<AnalyticsBinBySpecification>ListIntentStageMetricsRequest. binBy()A list of objects, each of which contains specifications for organizing the results by time.List<AnalyticsBinBySpecification>ListSessionMetricsRequest. binBy()A list of objects, each of which contains specifications for organizing the results by time.List<AnalyticsBinBySpecification>ListUtteranceMetricsRequest. binBy()A list of objects, each of which contains specifications for organizing the results by time.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsBinBySpecification Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. binBy(AnalyticsBinBySpecification... binBy)A list of objects, each of which contains specifications for organizing the results by time.ListIntentStageMetricsRequest.BuilderListIntentStageMetricsRequest.Builder. binBy(AnalyticsBinBySpecification... binBy)A list of objects, each of which contains specifications for organizing the results by time.ListSessionMetricsRequest.BuilderListSessionMetricsRequest.Builder. binBy(AnalyticsBinBySpecification... binBy)A list of objects, each of which contains specifications for organizing the results by time.ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. binBy(AnalyticsBinBySpecification... binBy)A list of objects, each of which contains specifications for organizing the results by time.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsBinBySpecification Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. binBy(Collection<AnalyticsBinBySpecification> binBy)A list of objects, each of which contains specifications for organizing the results by time.ListIntentStageMetricsRequest.BuilderListIntentStageMetricsRequest.Builder. binBy(Collection<AnalyticsBinBySpecification> binBy)A list of objects, each of which contains specifications for organizing the results by time.ListSessionMetricsRequest.BuilderListSessionMetricsRequest.Builder. binBy(Collection<AnalyticsBinBySpecification> binBy)A list of objects, each of which contains specifications for organizing the results by time.ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. binBy(Collection<AnalyticsBinBySpecification> binBy)A list of objects, each of which contains specifications for organizing the results by time.
-