Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketNotification

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

Delphi

function GetBucketNotification(const BucketName: string;
ResponseInfo: TCloudResponseInfo = nil;
const BucketRegion: TAmazonRegion = amzrNotSpecified): TList<TAmazonNotificationEvent>;

C++

System::Generics::Collections::TList__1<TAmazonNotificationEvent>* __fastcall GetBucketNotification(const System::UnicodeString BucketName, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0), const System::UnicodeString BucketRegion = System::UnicodeString());

プロパティ

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


説明

バケットの通知設定を取得します。

GetBucketNotification は、バケットの通知設定を格納しているリストを返します。

リクエストが失敗した場合、このメソッドは nil を返します。サポートされている通知の詳細については、TAmazonNotificationEvent を参照してください。

GetBucketNotification は、次のパラメータを取ります:

  • BucketName: 通知設定を取得するバケットの名前。
  • ResponseInfo: 省略可能。 レスポンス情報を保持します。
  • BucketRegion: 省略可能。 通知設定を取得するバケットのリージョン。デフォルトは amzrNotSpecified で、これは、このメソッドが、バケットの名前を基に、バケットのリージョンを自動的に検知することを意味します。

関連項目