Data.Cloud.AmazonAPI.TAmazonStorageService.DeleteBucketLifecycle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteBucketLifecycle(const BucketName: string;
ResponseInfo: TCloudResponseInfo = nil;
const BucketRegion: TAmazonRegion = amzrNotSpecified): Boolean;

C++

bool __fastcall DeleteBucketLifecycle(const System::UnicodeString BucketName, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0), const System::UnicodeString BucketRegion = System::UnicodeString());

Properties

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

Description

Deletes the lifecycle of the objects in the specified bucket.

AResponseInfo is an instance of TCloudResponseInfo to store the information of the response. Use a nil value if you do not need the information of the response.

See Also