| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicTimeGranularity |
DataAggregation.datasetRowDateGranularity()
The level of time precision that is used to aggregate
DateTime values. |
static TopicTimeGranularity |
TopicTimeGranularity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TopicTimeGranularity |
TopicCalculatedField.timeGranularity()
The level of time precision that is used to aggregate
DateTime values. |
TopicTimeGranularity |
TopicRelativeDateFilter.timeGranularity()
The level of time precision that is used to aggregate
DateTime values. |
TopicTimeGranularity |
TopicColumn.timeGranularity()
The level of time precision that is used to aggregate
DateTime values. |
static TopicTimeGranularity |
TopicTimeGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicTimeGranularity[] |
TopicTimeGranularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TopicTimeGranularity> |
TopicTimeGranularity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataAggregation.Builder |
DataAggregation.Builder.datasetRowDateGranularity(TopicTimeGranularity datasetRowDateGranularity)
The level of time precision that is used to aggregate
DateTime values. |
TopicCalculatedField.Builder |
TopicCalculatedField.Builder.timeGranularity(TopicTimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
TopicRelativeDateFilter.Builder |
TopicRelativeDateFilter.Builder.timeGranularity(TopicTimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
TopicColumn.Builder |
TopicColumn.Builder.timeGranularity(TopicTimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
Copyright © 2023. All rights reserved.