|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemovePermissionRequest | |
|---|---|
| com.amazonaws.services.sqs | Synchronous and asynchronous client classes for accessing AmazonSQS. |
| com.amazonaws.services.sqs.model | Classes modeling the various types represented by AmazonSQS. |
| Uses of RemovePermissionRequest in com.amazonaws.services.sqs |
|---|
| Methods in com.amazonaws.services.sqs with parameters of type RemovePermissionRequest | |
|---|---|
void |
AmazonSQSClient.removePermission(RemovePermissionRequest removePermissionRequest)
The RemovePermission action revokes any permissions in the queue policy that matches the specified Label parameter. |
void |
AmazonSQS.removePermission(RemovePermissionRequest removePermissionRequest)
The RemovePermission action revokes any permissions in the queue policy that matches the specified Label parameter. |
Future<Void> |
AmazonSQSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
The RemovePermission action revokes any permissions in the queue policy that matches the specified Label parameter. |
Future<Void> |
AmazonSQSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
The RemovePermission action revokes any permissions in the queue policy that matches the specified Label parameter. |
| Uses of RemovePermissionRequest in com.amazonaws.services.sqs.model |
|---|
| Methods in com.amazonaws.services.sqs.model that return RemovePermissionRequest | |
|---|---|
RemovePermissionRequest |
RemovePermissionRequest.withLabel(String label)
The identfication of the permission to remove. |
RemovePermissionRequest |
RemovePermissionRequest.withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||