Data.Cloud.AmazonAPI.TAmazonBasicService.BuildQueryParameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BuildQueryParameters(const Action: string): TStringList;

C++

System::Classes::TStringList* __fastcall BuildQueryParameters(const System::UnicodeString Action);

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonBasicService

Description

Creates the list of query parameters to use for the given action.

BuildQueryParameters returns the action query parameter, as well as the other parameters common to all requests. The Action parameter represents the action currently being performed. The action itself should be something like "ListQueues".

See Also