Uses of Class
com.amazonaws.services.sqs.model.RemovePermissionRequest
Packages that use RemovePermissionRequest
Package
Description
-
Uses of RemovePermissionRequest in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs with parameters of type RemovePermissionRequestModifier and TypeMethodDescriptionAbstractAmazonSQS.removePermission
(RemovePermissionRequest request) AmazonSQS.removePermission
(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabel
parameter.AmazonSQSClient.removePermission
(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabel
parameter.AbstractAmazonSQSAsync.removePermissionAsync
(RemovePermissionRequest request) AbstractAmazonSQSAsync.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSQSAsync.removePermissionAsync
(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabel
parameter.AmazonSQSAsync.removePermissionAsync
(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Revokes any permissions in the queue policy that matches the specifiedLabel
parameter.AmazonSQSAsyncClient.removePermissionAsync
(RemovePermissionRequest request) AmazonSQSAsyncClient.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Method parameters in com.amazonaws.services.sqs with type arguments of type RemovePermissionRequestModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AbstractAmazonSQSAsync.removePermissionAsync
(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSQSAsync.removePermissionAsync
(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Revokes any permissions in the queue policy that matches the specifiedLabel
parameter.AmazonSQSAsync.removePermissionAsync
(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSQSAsyncClient.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSQSAsyncClient.removePermissionAsync
(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler. -
Uses of RemovePermissionRequest in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered with parameters of type RemovePermissionRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.removePermission
(RemovePermissionRequest removePermissionRequest) AmazonSQSBufferedAsyncClient.removePermissionAsync
(RemovePermissionRequest removePermissionRequest) AmazonSQSBufferedAsyncClient.removePermissionAsync
(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type RemovePermissionRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.removePermissionAsync
(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSQSBufferedAsyncClient.removePermissionAsync
(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) -
Uses of RemovePermissionRequest in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return RemovePermissionRequestModifier and TypeMethodDescriptionRemovePermissionRequest.clone()
The identification of the permission to remove.RemovePermissionRequest.withQueueUrl
(String queueUrl) The URL of the Amazon SQS queue to take action on.