Uses of Class
com.amazonaws.services.sns.model.RemovePermissionRequest
Packages that use RemovePermissionRequest
-
Uses of RemovePermissionRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type RemovePermissionRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.removePermission
(RemovePermissionRequest request) AmazonSNS.removePermission
(RemovePermissionRequest removePermissionRequest) Removes a statement from a topic's access control policy.AmazonSNSClient.removePermission
(RemovePermissionRequest removePermissionRequest) Removes a statement from a topic's access control policy.AbstractAmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest request) AbstractAmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest removePermissionRequest) Removes a statement from a topic's access control policy.AmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Removes a statement from a topic's access control policy.AmazonSNSAsyncClient.removePermissionAsync
(RemovePermissionRequest request) AmazonSNSAsyncClient.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type RemovePermissionRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AbstractAmazonSNSAsync.removePermissionAsync
(String topicArn, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Removes a statement from a topic's access control policy.AmazonSNSAsync.removePermissionAsync
(String topicArn, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSNSAsyncClient.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSNSAsyncClient.removePermissionAsync
(String topicArn, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler. -
Uses of RemovePermissionRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return RemovePermissionRequestModifier and TypeMethodDescriptionRemovePermissionRequest.clone()
The unique label of the statement you want to remove.RemovePermissionRequest.withTopicArn
(String topicArn) The ARN of the topic whose access control policy you wish to modify.