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