| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
Identifier.clone() |
Identifier |
TopicIRGroupBy.getFieldName()
The field name for the
TopicIRGroupBy. |
Identifier |
TopicIRMetric.getMetricId()
The metric ID for the
TopicIRMetric. |
Identifier |
FilterAggMetrics.getMetricOperand()
The metric operand of the
FilterAggMetrics. |
Identifier |
TopicSortClause.getOperand()
The operand for a
TopicSortClause. |
Identifier |
TopicIRFilterOption.getOperandField()
The operand field for the
TopicIRFilterOption. |
Identifier |
Identifier.withIdentity(String identity)
The identity of the identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifier> |
TopicIRMetric.getCalculatedFieldReferences()
The calculated field references for the
TopicIRMetric. |
List<Identifier> |
TopicIRMetric.getOperands()
The operands for the
TopicIRMetric. |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicIRGroupBy.setFieldName(Identifier fieldName)
The field name for the
TopicIRGroupBy. |
void |
TopicIRMetric.setMetricId(Identifier metricId)
The metric ID for the
TopicIRMetric. |
void |
FilterAggMetrics.setMetricOperand(Identifier metricOperand)
The metric operand of the
FilterAggMetrics. |
void |
TopicSortClause.setOperand(Identifier operand)
The operand for a
TopicSortClause. |
void |
TopicIRFilterOption.setOperandField(Identifier operandField)
The operand field for the
TopicIRFilterOption. |
TopicIRMetric |
TopicIRMetric.withCalculatedFieldReferences(Identifier... calculatedFieldReferences)
The calculated field references for the
TopicIRMetric. |
TopicIRGroupBy |
TopicIRGroupBy.withFieldName(Identifier fieldName)
The field name for the
TopicIRGroupBy. |
TopicIRMetric |
TopicIRMetric.withMetricId(Identifier metricId)
The metric ID for the
TopicIRMetric. |
FilterAggMetrics |
FilterAggMetrics.withMetricOperand(Identifier metricOperand)
The metric operand of the
FilterAggMetrics. |
TopicSortClause |
TopicSortClause.withOperand(Identifier operand)
The operand for a
TopicSortClause. |
TopicIRFilterOption |
TopicIRFilterOption.withOperandField(Identifier operandField)
The operand field for the
TopicIRFilterOption. |
TopicIRMetric |
TopicIRMetric.withOperands(Identifier... operands)
The operands for the
TopicIRMetric. |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicIRMetric.setCalculatedFieldReferences(Collection<Identifier> calculatedFieldReferences)
The calculated field references for the
TopicIRMetric. |
void |
TopicIRMetric.setOperands(Collection<Identifier> operands)
The operands for the
TopicIRMetric. |
TopicIRMetric |
TopicIRMetric.withCalculatedFieldReferences(Collection<Identifier> calculatedFieldReferences)
The calculated field references for the
TopicIRMetric. |
TopicIRMetric |
TopicIRMetric.withOperands(Collection<Identifier> operands)
The operands for the
TopicIRMetric. |
Copyright © 2024. All rights reserved.