Data.Cloud.AmazonAPI.TAmazonQueueService Methods

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
AddHeadersprotectedHelper method to add the given pair to the header of the request.
AddMessage (deprecated)publicAdds a message to the given queue.
AddPermissionpublicAdds the given permissions to the specified queue.
AddQueuePermissions (deprecated)publicAdds the given permissions to the specified queue.
AfterConstructionpublicResponds after the last constructor has executed.
BeforeDestructionpublicResponds before the first destructor executes.
BuildQueryParametersprotectedCreates the list of query parameters to use for the given action.
BuildQueryParameterStringprotectedBuilds a string representation of the given query parameters and the given prefix.
BuildStringToSignprotectedBuilds and encodes a string value based on the given information.
BuildStringToSignHeadersprotectedBuilds the header part of the StringToSign value.
BuildStringToSignPrefixprotectedBuilds the first part of the StringToSign, including the HTTP Verb.
BuildStringToSignResourcePathprotected
BuildStringToSignResourcesprotectedOptionally builds the CanonicalizedQueryString.
ChangeMessageVisibilitypublicExtends or ends the visibility timeout of a message.
ChangeMessageVisibilityBatchpublic
CheckDisposedprotected
ClassInfopublicReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNamepublicReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIspublicDetermines whether an object is of a specific type.
ClassParentpublicReturns the type of the immediate ancestor of a class.
ClassTypepublicReturns the class reference for the object's class.
CleanupInstancepublicPerforms finalization on long strings, variants, and interface variables within a class.
Createpublic
CreateAuthInstanceprotectedCreates and returns the authentication instance to use for the given connection info.
CreateQueuepublicCreates a queue with the given name.
CurrentTimeprotectedReturns the current time, formatted properly as a string.
DefaultHandlerpublicProvides the interface for a method that processes message records.
DeleteMessagepublicDeletes the given message from the specified queue.
DeleteMessageBatchpublic
DeleteQueuepublicDeletes the queue with the given URL.
Destroypublic
DispatchpublicCalls message-handling methods for the object, based on the contents of the Message parameter.
DisposeOfpublicDisposeOf forces the execution of the destructor code in an object.
EqualspublicChecks whether the current instance and the Obj parameter are equal.
FieldAddresspublicReturns the address of a published object field.
FreepublicDestroys an object and frees its associated memory, if necessary.
FreeInstancepublicDeallocates memory allocated by a previous call to the NewInstance method.
GetCanonicalizedHeaderPrefixprotectedReturns nil.
GetConnectionInfoprotectedReturns the ConnectionInfo, cast as a TAmazonConnectionInfo.
GetDisposedprotectedGetter for the Disposed property.
GetHashCodepublicReturns an integer containing the hash code.
GetHTTPRequestURIprotectedTakes in a URL and uses it to parse the HTTPRequestURI for a StringToSign.
GetInterfacepublicRetrieves a specified interface.
GetInterfaceEntrypublicReturns the entry for a specific interface implemented in a class.
GetInterfaceTablepublicReturns a pointer to a structure containing all of the interfaces implemented by a given class.
GetMaxMessageReturnCountpublicReturns the maximum number of queue messages that can be returned.
GetMessages (deprecated)publicRetrieves a list of messages from a queue.
GetMessagesXML (deprecated)publicReturns messages from the given queue.
GetQueueAttributeFromNameprotectedReturns the Amazon attribute of the given name.
GetQueueAttributeNameprotectedReturns the Amazon name for the given attribute.
GetQueueAttributespublicGets attributes for the specified queue.
GetQueueProperties (deprecated)publicReturns one or all properties for the specified queue.
GetQueuePropertiesXML (deprecated)publicReturns one or all properties for the specified queue.
GetRequiredHeaderNamesprotectedReturns nil, because SQS and SimpleDB do not have required header values.
GetServiceHostprotectedReturns the host string for the service.
GetServiceVersionprotectedReturns the version query parameter value to use in requests.
InheritsFrompublicDetermines the relationship of two object types.
InitInstancepublicInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizepublicReturns the size in bytes of each instance of the object type.
ISODateTime_noSeparatorsprotectedThe current time in ISO8601 format with no separator characters.
IssueDeleteRequestprotectedExecutes a DELETE request with the given parameters.
IssueGetRequestprotectedExecutes a GET request with the given parameters.
IssueHeadRequestprotectedExecutes a HEAD request with the given parameters.
IssueMergeRequestprotectedExecutes a MERGE request with the given parameters.
IssueOptionsRequestprotectedSends a request using the OPTIONS HTTP method, and returns the instance of TCloudHTTP that it uses to send the request.
IssuePostRequestprotectedExecutes a POST request with the given parameters.
IssuePutRequestprotectedExecutes a PUT request with the given parameters.
IssueRequestprotectedIssues the HTTP request, as either a GET or a POST.
ListDeadLetterSourceQueuespublic
ListQueuespublicLists the queues currently available in the queue service account.
ListQueuesXMLpublicLists the queues currently available in the queue service account.
MethodAddresspublicReturns the address of a class method by name.
MethodNamepublicReturns the name of a class method by address.
NewInstancepublicAllocates memory for an instance of an object type and returns a pointer to that new instance.
ParseResponseErrorprotectedPopulates the given ResponseInfo with error information, if any.
PeekMessages (deprecated)publicRetrieves a list of messages from a queue.
PopulateResponseInfoprotectedPopulates the given ResponseInfo with appropriate information from the Response.
PrepareRequestprotectedCreates a new request object and populates the headers, including the authorization header.
PrepareRequestSignatureprotectedHandles the StringToSign after it is created.
PurgeQueuepublicDeletes the messages that match the specified queue URL and returns True on success or False otherwise.
QualifiedClassNamepublicReturns the qualified name of the class.
ReceiveMessagepublicReturns messages from the given queue.
RemovePermissionpublicRemoves the permissions with the given label from the specified queue.
RemoveQueuePermissions (deprecated)publicRemoves the permissions with the given label from the specified queue.
SafeCallExceptionpublicHandles exceptions in methods declared using the safecall calling convention.
SendMessagepublicSendMessage adds a message to the given queue.
SendMessageBatchpublic
SetDateFromStringprotectedHelper method used to set the request's date based on the string value.
SetQueueAttributespublicSets the attributes for the given queue.
SetQueueProperty (deprecated)publicSets the given queue's attributes.
SortHeadersprotectedSorts the given list of headers.
SortQueryParametersprotectedSorts the query parameters by name.
ToStringpublicReturns a string containing the class name.
UnitNamepublicReturns the name of the unit where the class is defined.
UnitScopepublicReturns the class's unit scope.
URLEncodeQueryParamsprotectedURL-encodes the parameter name and value.
URLEncodeValueprotectedEncodes the given value to be used in the URL.