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 AmazonSNSClient.removePermission(RemovePermissionRequest removePermissionRequest)
           Removes a statement from a topic's access control policy.
 void AmazonSNS.removePermission(RemovePermissionRequest removePermissionRequest)
           Removes a statement from a topic's access control policy.
 Future<Void> AmazonSNSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
           Removes a statement from a topic's access control policy.
 Future<Void> AmazonSNSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
           Removes a statement from a topic's access control policy.
 Future<Void> AmazonSNSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
           Removes a statement from a topic's access control policy.
 Future<Void> AmazonSNSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
           Removes a statement from a topic's access control policy.
 

Method parameters in com.amazonaws.services.sns with type arguments of type RemovePermissionRequest
 Future<Void> AmazonSNSAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
           Removes a statement from a topic's access control policy.
 Future<Void> AmazonSNSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
           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 © 2016. All rights reserved.