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