| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.binKeys(Consumer<AnalyticsBinKey.Builder>... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
static AnalyticsSessionResult.Builder |
AnalyticsSessionResult.builder() |
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.groupByKeys(AnalyticsSessionGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.groupByKeys(Collection<AnalyticsSessionGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.groupByKeys(Consumer<AnalyticsSessionGroupByKey.Builder>... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.metricsResults(AnalyticsSessionMetricResult... metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.metricsResults(Collection<AnalyticsSessionMetricResult> metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.Builder.metricsResults(Consumer<AnalyticsSessionMetricResult.Builder>... metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsSessionResult.Builder |
AnalyticsSessionResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnalyticsSessionResult.Builder> |
AnalyticsSessionResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.