Data.Cloud.AmazonAPI.TAmazonQueueService.RemoveQueuePermissions

From RAD Studio API Documentation
Jump to: navigation, search

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));

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonQueueService

Description

Warning: 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