Data.Cloud.AmazonAPI.TAmazonStorageService.SetBucketNotification
Delphi
function SetBucketNotification(const BucketName: string; Events: TList<TAmazonNotificationEvent>; ResponseInfo: TCloudResponseInfo = nil; BucketRegion: TAmazonRegion = amzrNotSpecified): Boolean;
C++
bool __fastcall SetBucketNotification(const System::UnicodeString BucketName, System::Generics::Collections::TList__1<TAmazonNotificationEvent>* Events, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0), TAmazonRegion BucketRegion = (TAmazonRegion)(0x0));
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonStorageService |
説明
指定されたバケットの通知イベントを設定します。
Events
が nil または空リストの場合、このバケットの通知は無効になります。サポートされているイベントの詳細については、TAmazonNotificationEvent の API ドキュメントを参照してください。
このメソッドは、設定が成功すれば True
を返し、そうでなければ False
を返します。
SetBucketNotification では、次のパラメータを受け取ります。
BucketName
: 通知イベントの設定先となるバケットの名前。Events
: 設定する通知イベントのリスト。ResponseInfo
: 任意指定です。応答情報を格納します。BucketRegion
: 任意指定です。通知イベントの設定先となるバケットのリージョン。デフォルトはamzrNotSpecified
で、このメソッドがバケットの名前を基にバケットのリージョンを自動的に検出することを意味します。
関連項目
- System.Classes.TList
- Data.Cloud.AmazonAPI.TAmazonNotificationEvent
- Data.Cloud.AmazonAPI.TAmazonRegion
- Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketNotificationXML
- Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketNotification