| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
NotifyRecommendationsReceivedError |
NotifyRecommendationsReceivedError.clone() |
NotifyRecommendationsReceivedError |
NotifyRecommendationsReceivedError.withMessage(String message)
A recommendation is causing an error.
|
NotifyRecommendationsReceivedError |
NotifyRecommendationsReceivedError.withRecommendationId(String recommendationId)
The identifier of the recommendation that is in error.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotifyRecommendationsReceivedError> |
NotifyRecommendationsReceivedResult.getErrors()
The identifiers of recommendations that are causing errors.
|
| Modifier and Type | Method and Description |
|---|---|
NotifyRecommendationsReceivedResult |
NotifyRecommendationsReceivedResult.withErrors(NotifyRecommendationsReceivedError... errors)
The identifiers of recommendations that are causing errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyRecommendationsReceivedResult.setErrors(Collection<NotifyRecommendationsReceivedError> errors)
The identifiers of recommendations that are causing errors.
|
NotifyRecommendationsReceivedResult |
NotifyRecommendationsReceivedResult.withErrors(Collection<NotifyRecommendationsReceivedError> errors)
The identifiers of recommendations that are causing errors.
|
Copyright © 2022. All rights reserved.