Uses of Class
com.amazonaws.services.sns.model.RemovePermissionResult
Packages that use RemovePermissionResult
-
Uses of RemovePermissionResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return RemovePermissionResultModifier and TypeMethodDescriptionAbstractAmazonSNS.removePermission
(RemovePermissionRequest request) AbstractAmazonSNS.removePermission
(String topicArn, String label) AmazonSNS.removePermission
(RemovePermissionRequest removePermissionRequest) Removes a statement from a topic's access control policy.AmazonSNS.removePermission
(String topicArn, String label) Simplified method form for invoking the RemovePermission operation.AmazonSNSClient.removePermission
(RemovePermissionRequest removePermissionRequest) Removes a statement from a topic's access control policy.AmazonSNSClient.removePermission
(String topicArn, String label) Methods in com.amazonaws.services.sns that return types with arguments of type RemovePermissionResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest request) AbstractAmazonSNSAsync.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AbstractAmazonSNSAsync.removePermissionAsync
(String topicArn, String label) Simplified method form for invoking the RemovePermission operation.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) 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.AmazonSNSAsync.removePermissionAsync
(String topicArn, String label) Simplified method form for invoking the RemovePermission operation.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) AmazonSNSAsyncClient.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSNSAsyncClient.removePermissionAsync
(String topicArn, String label) Simplified method form for invoking the RemovePermission operation.AmazonSNSAsyncClient.removePermissionAsync
(String topicArn, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type RemovePermissionResultModifier 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 RemovePermissionResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return RemovePermissionResult