| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopBottomRankedComputation |
TopBottomRankedComputation.clone() |
TopBottomRankedComputation |
Computation.getTopBottomRanked()
The top ranked and bottom ranked computation configuration.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withCategory(DimensionField category)
The category field that is used in a computation.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withComputationId(String computationId)
The ID for a computation.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withName(String name)
The name of a computation.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withResultSize(Integer resultSize)
The result size of a top and bottom ranked computation.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withType(String type)
The computation type.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withType(TopBottomComputationType type)
The computation type.
|
TopBottomRankedComputation |
TopBottomRankedComputation.withValue(MeasureField value)
The value field that is used in a computation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Computation.setTopBottomRanked(TopBottomRankedComputation topBottomRanked)
The top ranked and bottom ranked computation configuration.
|
Computation |
Computation.withTopBottomRanked(TopBottomRankedComputation topBottomRanked)
The top ranked and bottom ranked computation configuration.
|
Copyright © 2023. All rights reserved.