Data.Cloud.AmazonAPI.TAmazonQueueService.RemoveQueuePermissions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonQueueService

Delphi

function RemoveQueuePermissions(const QueueURL, PermissionsLabel: string;
ResponseInfo: TCloudResponseInfo = nil): Boolean; deprecated;

C++

bool __fastcall RemoveQueuePermissions _DEPRECATED_ATTRIBUTE0 (const System::UnicodeString QueueURL, const System::UnicodeString PermissionsLabel, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));

Description

Attention: RemoveQueuePermissions is deprecated. Please use RemovePermission.

Removes the permissions with the given label from the specified queue.

RemoveQueuePermissions returns True if the operation was successful, False otherwise.

The following table shows the significance of the parameters:

Parameter Description

QueueURL

The URL of the queue to add the permissions to.

PermissionsLabel

The unique identifier for these permissions.

ResponseInfo

The optional class for storing response info into.

See Also