Data.Cloud.AmazonAPI.TAmazonQueueService.ListQueuesXML
Delphi
function ListQueuesXML(OptionalParams: TStrings = nil; ResponseInfo: TCloudResponseInfo = nil): string;
C++
System::UnicodeString __fastcall ListQueuesXML(System::Classes::TStrings* OptionalParams = (System::Classes::TStrings*)(0x0), Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonQueueService |
Description
Lists the queues currently available in the queue service account.
The supported optional parameter is QueueNamePrefix
. The QueueNamePrefix
parameter has a value that is the prefix a queue name must start with in order to be included in the list of queues returned by this request.
ListQueuesXML returns the XML string representing the queues.
The following table shows the significance of the parameters:
Parameter | Description |
---|---|
|
Optional parameters to use in the query. |
|
The optional class for storing response info into. |