AWS.S3.TS3Grantee.Create

Constructor for TS3Grantee.

constructor Create(const AGranteeType: string; const AValue: string; const ADisplayName: string = ''); overload;
__fastcall TS3Grantee(const AnsiString AGranteeType, const AnsiString AValue, const AnsiString ADisplayName = '');

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AGranteeType: string
A type for the grantee. Valid values: CanonicalUser | AmazonCustomerByEmail | Group.
const AValue: string
A value identifying the grantee.
const ADisplayName: string = ''
A display name for the grantee.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.