Data.Cloud.AmazonAPI.TAmazonStorageService.ListBucketsXML

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonStorageService

Delphi

function ListBucketsXML(const ResponseInfo: TCloudResponseInfo = nil): string;

C++

System::UnicodeString __fastcall ListBucketsXML(Data::Cloud::Cloudapi::TCloudResponseInfo* const ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));

Description

Lists the buckets owned by the current AWS account in XML representation.

ListBucketsXML returns the XML representation of all the AWS (Amazon Web Service) account's buckets. See the ListBuckets documentation for further information.

The ResponseInfo parameter represents the optional class for storing response info into.

See Also