| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SheetContentType |
SheetDefinition.contentType()
The layout content type of the sheet.
|
static SheetContentType |
SheetContentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SheetContentType |
DefaultNewSheetConfiguration.sheetContentType()
The option that determines the sheet content type.
|
static SheetContentType |
SheetContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetContentType[] |
SheetContentType.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<SheetContentType> |
SheetContentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SheetDefinition.Builder |
SheetDefinition.Builder.contentType(SheetContentType contentType)
The layout content type of the sheet.
|
DefaultNewSheetConfiguration.Builder |
DefaultNewSheetConfiguration.Builder.sheetContentType(SheetContentType sheetContentType)
The option that determines the sheet content type.
|
Copyright © 2023. All rights reserved.