as

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

IContentEntitlementsHandler

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

Methods

getAllContentEntitlements()

getAllContentEntitlements(contentEntitlementsProvider): void

Handles a GetAllContentEntitlements command. The GetAllContentEntitlements command requests that the complete list of the individual content entitlements be sent in the response. Implementation of this API can use the IContentEntitlementsProvider.addContentEntitlementChunk(...) method to provide content entitlement data in chunks. When IContentEntitlementsProvider.commit() is invoked, all of the provided content entitlement data will be committed to Amazon's content personalization cloud service.

Parameters

contentEntitlementsProvider

IContentEntitlementsProvider

A IContentEntitlementsProvider object to send responses with.

Returns

void


Last updated: Oct 02, 2025