| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityConfiguration.entityType()
Specifies whether you are configuring a
User or a Group. |
EntityType |
ExperienceEntitiesSummary.entityType()
Shows the type as
User or Group. |
static EntityType |
EntityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.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<EntityType> |
EntityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EntityConfiguration.Builder |
EntityConfiguration.Builder.entityType(EntityType entityType)
Specifies whether you are configuring a
User or a Group. |
ExperienceEntitiesSummary.Builder |
ExperienceEntitiesSummary.Builder.entityType(EntityType entityType)
Shows the type as
User or Group. |
Copyright © 2023. All rights reserved.