Uses of Class
io.milvus.param.role.RevokeRolePrivilegeParam
-
Packages that use RevokeRolePrivilegeParam Package Description io.milvus.client io.milvus.param.role -
-
Uses of RevokeRolePrivilegeParam in io.milvus.client
Methods in io.milvus.client with parameters of type RevokeRolePrivilegeParam Modifier and Type Method Description R<RpcStatus>AbstractMilvusGrpcClient. revokeRolePrivilege(RevokeRolePrivilegeParam requestParam)R<RpcStatus>MilvusClient. revokeRolePrivilege(RevokeRolePrivilegeParam requestParam)Revoke Role Privilege.R<RpcStatus>MilvusMultiServiceClient. revokeRolePrivilege(RevokeRolePrivilegeParam requestParam)R<RpcStatus>MilvusServiceClient. revokeRolePrivilege(RevokeRolePrivilegeParam requestParam) -
Uses of RevokeRolePrivilegeParam in io.milvus.param.role
Methods in io.milvus.param.role that return RevokeRolePrivilegeParam Modifier and Type Method Description RevokeRolePrivilegeParamRevokeRolePrivilegeParam.Builder. build()Verifies parameters and creates a newRevokeRolePrivilegeParaminstance.
-