as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

ICustomerListEntriesHandler

Interface that content provider applications implement to handle commands from Amazon's content personalization service to fetch customer managed list data.

Methods

getAllCustomerListEntries()

getAllCustomerListEntries(listType, customerListEntriesProvider): void

Handles the GetAllCustomerListEntries command. GetAllCustomerListEntries commands request that the complete list of a customer managed list be sent in response. Implementation of this API can use the ICustomerListEntriesProvider.addCustomerListChunk(...) method to provide customer managed list data in chunks. When ICustomerListEntriesProvider.commit() is invoked all of the provided customer managed list data will be committed to Amazon's content personalization cloud service.

Parameters

listType

WATCHLIST

The type of customer managed list requested (ie. watchlist)

customerListEntriesProvider

ICustomerListEntriesProvider

A ICustomerListEntriesProvider object to send responses with.

Returns

void


Last updated: Oct 02, 2025