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

Packages that use RemovePermissionRequest
com.amazonaws.services.sns Synchronous and asynchronous client classes for accessing AmazonSNS. 
com.amazonaws.services.sns.model Classes modeling the various types represented by AmazonSNS. 
 

Uses of RemovePermissionRequest in com.amazonaws.services.sns
 

Methods in com.amazonaws.services.sns with parameters of type RemovePermissionRequest
 void AmazonSNS.removePermission(RemovePermissionRequest removePermissionRequest)
           The RemovePermission action removes a statement from a topic's access control policy.
 void AmazonSNSClient.removePermission(RemovePermissionRequest removePermissionRequest)
           The RemovePermission action removes a statement from a topic's access control policy.
 Future<Void> AmazonSNSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
           The RemovePermission action removes a statement from a topic's access control policy.
 Future<Void> AmazonSNSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
           The RemovePermission action removes a statement from a topic's access control policy.
 

Uses of RemovePermissionRequest in com.amazonaws.services.sns.model
 

Methods in com.amazonaws.services.sns.model that return RemovePermissionRequest
 RemovePermissionRequest RemovePermissionRequest.withLabel(String label)
          The unique label of the statement you want to remove.
 RemovePermissionRequest RemovePermissionRequest.withTopicArn(String topicArn)
          The ARN of the topic whose access control policy you wish to modify.
 



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