Uses of Class
software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
-
Packages that use RemovePermissionResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of RemovePermissionResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return RemovePermissionResponse Modifier and Type Method Description default RemovePermissionResponseSqsClient. removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)Revokes any permissions in the queue policy that matches the specifiedLabelparameter.default RemovePermissionResponseSqsClient. removePermission(RemovePermissionRequest removePermissionRequest)Revokes any permissions in the queue policy that matches the specifiedLabelparameter.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type RemovePermissionResponse Modifier and Type Method Description default CompletableFuture<RemovePermissionResponse>SqsAsyncClient. removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)Revokes any permissions in the queue policy that matches the specifiedLabelparameter.default CompletableFuture<RemovePermissionResponse>SqsAsyncClient. removePermission(RemovePermissionRequest removePermissionRequest)Revokes any permissions in the queue policy that matches the specifiedLabelparameter.
-