Uses of Class
software.amazon.awssdk.services.sqs.model.RemovePermissionRequest
-
Packages that use RemovePermissionRequest Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.transform -
-
Uses of RemovePermissionRequest in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs with parameters of type RemovePermissionRequest Modifier and Type Method Description default CompletableFuture<RemovePermissionResponse>SqsAsyncClient. removePermission(RemovePermissionRequest 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. -
Uses of RemovePermissionRequest in software.amazon.awssdk.services.sqs.transform
Methods in software.amazon.awssdk.services.sqs.transform with parameters of type RemovePermissionRequest Modifier and Type Method Description SdkHttpFullRequestRemovePermissionRequestMarshaller. marshall(RemovePermissionRequest removePermissionRequest)
-