| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static FeaturedResultsSetStatus |
FeaturedResultsSetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FeaturedResultsSetStatus |
UpdateFeaturedResultsSetRequest.status()
You can set the status to
ACTIVE or INACTIVE. |
FeaturedResultsSetStatus |
CreateFeaturedResultsSetRequest.status()
The current status of the set of featured results.
|
FeaturedResultsSetStatus |
FeaturedResultsSetSummary.status()
The current status of the set of featured results.
|
FeaturedResultsSetStatus |
DescribeFeaturedResultsSetResponse.status()
The current status of the set of featured results.
|
FeaturedResultsSetStatus |
FeaturedResultsSet.status()
The current status of the set of featured results.
|
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 |
|---|---|
static Set<FeaturedResultsSetStatus> |
FeaturedResultsSetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFeaturedResultsSetRequest.Builder |
UpdateFeaturedResultsSetRequest.Builder.status(FeaturedResultsSetStatus status)
You can set the status to
ACTIVE or INACTIVE. |
CreateFeaturedResultsSetRequest.Builder |
CreateFeaturedResultsSetRequest.Builder.status(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
FeaturedResultsSetSummary.Builder |
FeaturedResultsSetSummary.Builder.status(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
DescribeFeaturedResultsSetResponse.Builder |
DescribeFeaturedResultsSetResponse.Builder.status(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
FeaturedResultsSet.Builder |
FeaturedResultsSet.Builder.status(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
Copyright © 2023. All rights reserved.