Uses of Class
software.amazon.awssdk.services.sqs.model.RemovePermissionResponse
Packages that use RemovePermissionResponse
-
Uses of RemovePermissionResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return RemovePermissionResponseModifier and TypeMethodDescriptiondefault 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 RemovePermissionResponseModifier and TypeMethodDescriptionSqsAsyncClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.SqsAsyncClient.removePermission(RemovePermissionRequest removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.