Uses of Class
software.amazon.awssdk.services.qconnect.model.NotifyRecommendationsReceivedError
-
Packages that use NotifyRecommendationsReceivedError Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of NotifyRecommendationsReceivedError in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type NotifyRecommendationsReceivedError Modifier and Type Method Description List<NotifyRecommendationsReceivedError>NotifyRecommendationsReceivedResponse. errors()The identifiers of recommendations that are causing errors.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type NotifyRecommendationsReceivedError Modifier and Type Method Description NotifyRecommendationsReceivedResponse.BuilderNotifyRecommendationsReceivedResponse.Builder. errors(NotifyRecommendationsReceivedError... errors)The identifiers of recommendations that are causing errors.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type NotifyRecommendationsReceivedError Modifier and Type Method Description NotifyRecommendationsReceivedResponse.BuilderNotifyRecommendationsReceivedResponse.Builder. errors(Collection<NotifyRecommendationsReceivedError> errors)The identifiers of recommendations that are causing errors.
-