| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ParameterValueType |
ParameterValueType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ParameterValueType |
DecimalParameterDeclaration.parameterValueType()
The value type determines whether the parameter is a single-value or multi-value parameter.
|
ParameterValueType |
StringParameterDeclaration.parameterValueType()
The value type determines whether the parameter is a single-value or multi-value parameter.
|
ParameterValueType |
IntegerParameterDeclaration.parameterValueType()
The value type determines whether the parameter is a single-value or multi-value parameter.
|
static ParameterValueType |
ParameterValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterValueType[] |
ParameterValueType.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<ParameterValueType> |
ParameterValueType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DecimalParameterDeclaration.Builder |
DecimalParameterDeclaration.Builder.parameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
StringParameterDeclaration.Builder |
StringParameterDeclaration.Builder.parameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
IntegerParameterDeclaration.Builder |
IntegerParameterDeclaration.Builder.parameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
Copyright © 2023. All rights reserved.