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

Packages that use AddPermissionRequest
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 AddPermissionRequest in com.amazonaws.services.sqs
 

Methods in com.amazonaws.services.sqs with parameters of type AddPermissionRequest
 void AmazonSQSClient.addPermission(AddPermissionRequest addPermissionRequest)
           The AddPermission action adds a permission to a queue for a specific principal.
 void AmazonSQS.addPermission(AddPermissionRequest addPermissionRequest)
           The AddPermission action adds a permission to a queue for a specific principal.
 Future<Void> AmazonSQSAsyncClient.addPermissionAsync(AddPermissionRequest addPermissionRequest)
           The AddPermission action adds a permission to a queue for a specific principal.
 Future<Void> AmazonSQSAsync.addPermissionAsync(AddPermissionRequest addPermissionRequest)
           The AddPermission action adds a permission to a queue for a specific principal.
 

Uses of AddPermissionRequest in com.amazonaws.services.sqs.model
 

Methods in com.amazonaws.services.sqs.model that return AddPermissionRequest
 AddPermissionRequest AddPermissionRequest.withActions(Collection<String> actions)
          The action the client wants to allow for the specified principal.
 AddPermissionRequest AddPermissionRequest.withActions(String... actions)
          The action the client wants to allow for the specified principal.
 AddPermissionRequest AddPermissionRequest.withAWSAccountIds(Collection<String> aWSAccountIds)
          The AWS account number of the principal who will be given permission.
 AddPermissionRequest AddPermissionRequest.withAWSAccountIds(String... aWSAccountIds)
          The AWS account number of the principal who will be given permission.
 AddPermissionRequest AddPermissionRequest.withLabel(String label)
           Returns a reference to this object so that method calls can be chained together.
 AddPermissionRequest AddPermissionRequest.withQueueUrl(String queueUrl)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.