AWS.S3.TS3Client.ListBucketInventoryConfigurations

List the Inventory configurations for a bucket.

function ListBucketInventoryConfigurations(const ARequest: IS3ListBucketInventoryConfigurationsRequest): IS3ListBucketInventoryConfigurationsResponse; overload; function ListBucketInventoryConfigurations(const ABucket: string; AContinuationToken: string = ''): IS3ListBucketInventoryConfigurationsResponse; overload;
__fastcall IS3ListBucketInventoryConfigurationsResponse ListBucketInventoryConfigurations(const IS3ListBucketInventoryConfigurationsRequest ARequest); __fastcall IS3ListBucketInventoryConfigurationsResponse ListBucketInventoryConfigurations(const AnsiString ABucket, AnsiString AContinuationToken = '');

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3ListBucketInventoryConfigurationsRequest
A ListBucketInventoryConfigurations request object.
const ABucket: string
The name of the bucket.
AContinuationToken: string = ''
A continuation token for paginated requests.

Response containing ListBucketInventoryConfigurations results.

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