AWS.S3.TS3Client.GetBucketAnalyticsConfiguration

Fetch the Analytics configuration for a bucket.

function GetBucketAnalyticsConfiguration(const ARequest: IS3GetBucketAnalyticsConfigurationRequest): IS3GetBucketAnalyticsConfigurationResponse; overload; function GetBucketAnalyticsConfiguration(const ABucket: string; const AId: string): IS3GetBucketAnalyticsConfigurationResponse; overload;
__fastcall IS3GetBucketAnalyticsConfigurationResponse GetBucketAnalyticsConfiguration(const IS3GetBucketAnalyticsConfigurationRequest ARequest); __fastcall IS3GetBucketAnalyticsConfigurationResponse GetBucketAnalyticsConfiguration(const AnsiString ABucket, const AnsiString AId);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3GetBucketAnalyticsConfigurationRequest
A GetBucketAnalyticsConfiguration request object.
const ABucket: string
The name of the bucket.
const AId: string
The ID of the configuration to fetch.

Response containing GetBucketAnalyticsConfiguration results.

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