Uses of Class
com.amazonaws.services.sqs.model.RemovePermissionResult
Packages that use RemovePermissionResult
Package
Description
-
Uses of RemovePermissionResult in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs that return RemovePermissionResultModifier and TypeMethodDescriptionAbstractAmazonSQS.removePermission(RemovePermissionRequest request) AbstractAmazonSQS.removePermission(String queueUrl, String label) AmazonSQS.removePermission(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.AmazonSQS.removePermission(String queueUrl, String label) Simplified method form for invoking the RemovePermission operation.AmazonSQSClient.removePermission(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.AmazonSQSClient.removePermission(String queueUrl, String label) Methods in com.amazonaws.services.sqs that return types with arguments of type RemovePermissionResultModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.removePermissionAsync(RemovePermissionRequest request) AbstractAmazonSQSAsync.removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AbstractAmazonSQSAsync.removePermissionAsync(String queueUrl, String label) Simplified method form for invoking the RemovePermission operation.AbstractAmazonSQSAsync.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSQSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.AmazonSQSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.AmazonSQSAsync.removePermissionAsync(String queueUrl, String label) Simplified method form for invoking the RemovePermission operation.AmazonSQSAsync.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSQSAsyncClient.removePermissionAsync(RemovePermissionRequest request) AmazonSQSAsyncClient.removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSQSAsyncClient.removePermissionAsync(String queueUrl, String label) Simplified method form for invoking the RemovePermission operation.AmazonSQSAsyncClient.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.Method parameters in com.amazonaws.services.sqs with type arguments of type RemovePermissionResultModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AbstractAmazonSQSAsync.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSQSAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.AmazonSQSAsync.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler.AmazonSQSAsyncClient.removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSQSAsyncClient.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Simplified method form for invoking the RemovePermission operation with an AsyncHandler. -
Uses of RemovePermissionResult in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered that return RemovePermissionResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.removePermission(RemovePermissionRequest removePermissionRequest) AmazonSQSBufferedAsyncClient.removePermission(String queueUrl, String label) Methods in com.amazonaws.services.sqs.buffered that return types with arguments of type RemovePermissionResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest) AmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSQSBufferedAsyncClient.removePermissionAsync(String queueUrl, String label) AmazonSQSBufferedAsyncClient.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type RemovePermissionResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) AmazonSQSBufferedAsyncClient.removePermissionAsync(String queueUrl, String label, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) -
Uses of RemovePermissionResult in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return RemovePermissionResult