AWS.S3.TS3Client.GetObjectLegalHold

Fetch an object's Legal Hold status.

function GetObjectLegalHold(const ARequest: IS3GetObjectLegalHoldRequest): IS3GetObjectLegalHoldResponse; overload; function GetObjectLegalHold(const ABucket: string; const AKey: string): IS3GetObjectLegalHoldResponse; overload;
__fastcall IS3GetObjectLegalHoldResponse GetObjectLegalHold(const IS3GetObjectLegalHoldRequest ARequest); __fastcall IS3GetObjectLegalHoldResponse GetObjectLegalHold(const AnsiString ABucket, const AnsiString AKey);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3GetObjectLegalHoldRequest
A GetObjectLegalHold request object.
const ABucket: string
The name of the object's bucket.
const AKey: string
The object's key.

Response containing GetObjectLegalHold results.

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