Data.Cloud.AmazonAPI.TAmazonStorageService.ListBucketsXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonStorageService

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