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