AWS.SNS.TSNSMessageAttributes.AddBinary

Adds a Binary value to the dictionary.

procedure AddBinary(const AName: string; const AValue: string);
__fastcall AddBinary(const AnsiString AName, const AnsiString AValue);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AName: string
The name the value will be stored under.
const AValue: string
Base64 representation of the data.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.