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