| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
HistogramBinOptions |
HistogramBinOptions.clone() |
HistogramBinOptions |
HistogramConfiguration.getBinOptions()
The options that determine the presentation of histogram bins.
|
HistogramBinOptions |
HistogramBinOptions.withBinCount(BinCountOptions binCount)
The options that determine the bin count of a histogram.
|
HistogramBinOptions |
HistogramBinOptions.withBinWidth(BinWidthOptions binWidth)
The options that determine the bin width of a histogram.
|
HistogramBinOptions |
HistogramBinOptions.withSelectedBinType(HistogramBinType selectedBinType)
The options that determine the selected bin type.
|
HistogramBinOptions |
HistogramBinOptions.withSelectedBinType(String selectedBinType)
The options that determine the selected bin type.
|
HistogramBinOptions |
HistogramBinOptions.withStartValue(Double startValue)
The options that determine the bin start value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistogramConfiguration.setBinOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
|
HistogramConfiguration |
HistogramConfiguration.withBinOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
|
Copyright © 2024. All rights reserved.