AWS.SQS.ISQSTagQueueRequest.AddTag

Adds a tag to the request.

function AddTag(const AKey: string; const AValue: string): Integer;
__fastcall int AddTag(const AnsiString AKey, const AnsiString AValue);

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AKey: string
A key for the tag.
const AValue: string
A value for the tag.

Index of the added tag.

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