| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static DataLabelContent |
DataLabelContent.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataLabelContent |
DataLabelOptions.labelContent()
Determines the content of the data labels.
|
static DataLabelContent |
DataLabelContent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLabelContent[] |
DataLabelContent.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<DataLabelContent> |
DataLabelContent.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataLabelOptions.Builder |
DataLabelOptions.Builder.labelContent(DataLabelContent labelContent)
Determines the content of the data labels.
|
Copyright © 2023. All rights reserved.