| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteFeaturedResultsSetError |
BatchDeleteFeaturedResultsSetError.clone() |
BatchDeleteFeaturedResultsSetError |
BatchDeleteFeaturedResultsSetError.withErrorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError |
BatchDeleteFeaturedResultsSetError.withErrorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError |
BatchDeleteFeaturedResultsSetError.withErrorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError |
BatchDeleteFeaturedResultsSetError.withId(String id)
The identifier of the set of featured results that couldn't be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteFeaturedResultsSetError> |
BatchDeleteFeaturedResultsSetResult.getErrors()
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteFeaturedResultsSetResult |
BatchDeleteFeaturedResultsSetResult.withErrors(BatchDeleteFeaturedResultsSetError... errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteFeaturedResultsSetResult.setErrors(Collection<BatchDeleteFeaturedResultsSetError> errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetResult |
BatchDeleteFeaturedResultsSetResult.withErrors(Collection<BatchDeleteFeaturedResultsSetError> errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
|
Copyright © 2023. All rights reserved.