AWS.S3.TS3Client.GetBucketInventoryConfiguration

Fetch an Inventory configuration for a bucket.

function GetBucketInventoryConfiguration(const ARequest: IS3GetBucketInventoryConfigurationRequest): IS3GetBucketInventoryConfigurationResponse; overload; function GetBucketInventoryConfiguration(const ABucket: string; const AId: string): IS3GetBucketInventoryConfigurationResponse; overload;
__fastcall IS3GetBucketInventoryConfigurationResponse GetBucketInventoryConfiguration(const IS3GetBucketInventoryConfigurationRequest ARequest); __fastcall IS3GetBucketInventoryConfigurationResponse GetBucketInventoryConfiguration(const AnsiString ABucket, const AnsiString AId);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

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

Response containing GetBucketInventoryConfiguration results.

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