Data.Cloud.AmazonAPI.TAmazonNotificationEvent.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function Create(const Topic, Event: string): TAmazonNotificationEvent; static;

C++

static TAmazonNotificationEvent __fastcall Create(const System::UnicodeString Topic, const System::UnicodeString Event);

プロパティ

種類 可視性 ソース ユニット
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonNotificationEvent


説明

TAmazonNotificationEvent の新しいインスタンスを作成します。

TAmazonNotificationEvent.Create メソッドを使用すると、TAmazonNotificationEvent クラスの新しいインスタンスを作成できます。

次の表は、パラメータの意味を表しています:

パラメータ 説明

トピック

通知を送信する SNS トピック。

イベント

通知するイベント。

関連項目