| Package | Description |
|---|---|
| com.amazonaws.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| com.amazonaws.services.sqs.buffered | |
| com.amazonaws.services.sqs.model |
Classes modeling the various types represented by AmazonSQS
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonSQSClient.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
void |
AmazonSQS.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
Future<Void> |
AmazonSQSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
Future<Void> |
AmazonSQSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
Future<Void> |
AmazonSQSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
Future<Void> |
AmazonSQSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonSQSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
Future<Void> |
AmazonSQSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
Revokes any permissions in the queue policy that matches the specified
Label parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonSQSBufferedAsyncClient.removePermission(RemovePermissionRequest removePermissionRequest) |
Future<Void> |
AmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest) |
Future<Void> |
AmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionRequest |
RemovePermissionRequest.withLabel(String label)
The identification of the permission to remove.
|
RemovePermissionRequest |
RemovePermissionRequest.withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to take action on.
|
Copyright © 2018. All rights reserved.