AWS.S3.TS3Client.GetBucketNotificationConfiguration

Fetch the Notification configuration for a bucket.

function GetBucketNotificationConfiguration(const ARequest: IS3GetBucketNotificationConfigurationRequest): IS3GetBucketNotificationConfigurationResponse; overload; function GetBucketNotificationConfiguration(const ABucket: string): IS3GetBucketNotificationConfigurationResponse; overload;
__fastcall IS3GetBucketNotificationConfigurationResponse GetBucketNotificationConfiguration(const IS3GetBucketNotificationConfigurationRequest ARequest); __fastcall IS3GetBucketNotificationConfigurationResponse GetBucketNotificationConfiguration(const AnsiString ABucket);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3GetBucketNotificationConfigurationRequest
A GetBucketNotificationConfiguration request object.
const ABucket: string
The name of the bucket.

Response containing GetBucketNotificationConfiguration results.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.