| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static FeaturedResultsSetStatus |
FeaturedResultsSetStatus.fromValue(String value)
Use this in place of valueOf.
|
static FeaturedResultsSetStatus |
FeaturedResultsSetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturedResultsSetStatus[] |
FeaturedResultsSetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturedResultsSetSummary |
FeaturedResultsSetSummary.withStatus(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
FeaturedResultsSet |
FeaturedResultsSet.withStatus(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
UpdateFeaturedResultsSetRequest |
UpdateFeaturedResultsSetRequest.withStatus(FeaturedResultsSetStatus status)
You can set the status to
ACTIVE or INACTIVE. |
DescribeFeaturedResultsSetResult |
DescribeFeaturedResultsSetResult.withStatus(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
CreateFeaturedResultsSetRequest |
CreateFeaturedResultsSetRequest.withStatus(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
Copyright © 2023. All rights reserved.