Uses of Class
com.amazonaws.services.sqs.model.RemovePermissionRequest

Packages that use RemovePermissionRequest
com.amazonaws.services.sqs Synchronous and asynchronous client classes for accessing AmazonSQS. 
com.amazonaws.services.sqs.buffered   
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)
           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.
 

Method parameters in com.amazonaws.services.sqs with type arguments of type RemovePermissionRequest
 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.
 

Uses of RemovePermissionRequest in com.amazonaws.services.sqs.buffered
 

Methods in com.amazonaws.services.sqs.buffered with parameters of type RemovePermissionRequest
 void AmazonSQSBufferedAsyncClient.removePermission(RemovePermissionRequest removePermissionRequest)
           
 Future<Void> AmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
           
 Future<Void> AmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
           
 

Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type RemovePermissionRequest
 Future<Void> AmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
           
 

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 identification of the permission to remove.
 RemovePermissionRequest RemovePermissionRequest.withQueueUrl(String queueUrl)
          The URL of the Amazon SQS queue to take action on.
 



Copyright © 2016. All rights reserved.