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